Browse Source

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

ethtool: fix Makefile to support SSP
lilik-openwrt-22.03
Matthias Schiffer 10 years ago
parent
commit
b3afecd7c0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/ethtool/Makefile

+ 1
- 0
net/ethtool/Makefile 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


Loading…
Cancel
Save