diff options
Diffstat (limited to 'package/ethtool/Makefile')
-rw-r--r-- | package/ethtool/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/ethtool/Makefile b/package/ethtool/Makefile index 7834dcfdb..e4d859ac4 100644 --- a/package/ethtool/Makefile +++ b/package/ethtool/Makefile @@ -11,8 +11,6 @@ PKG_DESCR:= display or change ethernet card settings PKG_SECTION:= net PKG_SITES:= https://www.kernel.org/pub/software/network/ethtool/ -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz - include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,ETHTOOL,ethtool,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |