From: Zero_Chaos Date: Thu, 5 Feb 2015 01:57:33 +0000 (-0500) Subject: ethtool: add optional libssp dep X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=99d0b5147d1c019f6cfc03c374b26dc992f06bdf;p=openwrt-packages.git ethtool: add optional libssp dep Package ethtool is missing dependencies for the following libraries: libssp.so.0 Makefile:45: recipe for target '/home/zero/development/openwrt/bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk' failed Signed-off-by: Rick Farina (Zero_Chaos) --- diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile index 5ffb8253c..dd13277ad 100644 --- a/net/ethtool/Makefile +++ b/net/ethtool/Makefile @@ -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