diff options
Diffstat (limited to 'package/network/utils/ethtool/Makefile')
-rw-r--r-- | package/network/utils/ethtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index da0991c791..ab4fbf3d3c 100644 --- a/package/network/utils/ethtool/Makefile +++ b/package/network/utils/ethtool/Makefile @@ -23,7 +23,7 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_CONFIG_DEPENDS:=ETHTOOL_PRETTY_DUMP +PKG_CONFIG_DEPENDS:=CONFIG_ETHTOOL_PRETTY_DUMP include $(INCLUDE_DIR)/package.mk |