瀏覽代碼

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) <zerochaos@gentoo.org>
Zero_Chaos 10 年之前
父節點
當前提交
99d0b5147d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      net/ethtool/Makefile

+ 1
- 0
net/ethtool/Makefile 查看文件

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