Merge pull request #879 from ZeroChaos-/ethtool-ssp-support

ethtool: fix Makefile to support SSP
This commit is contained in:
Matthias Schiffer 2015-03-19 21:47:28 +01:00
commit b3afecd7c0
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ define Package/ethtool
SECTION:=net
CATEGORY:=Network
TITLE:=Display or change ethernet card settings
DEPENDS:=+SSP_SUPPORT:libssp
URL:=http://www.kernel.org/pub/software/network/ethtool/
endef