diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:18:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:18:53 +0100 |
commit | 26d8c7c5138770572fc92bea028d9a8a067fe3c9 (patch) | |
tree | 4c9b66ced955645ec62e35d2b98cd593ff19e192 /package/ethtool/Makefile | |
parent | 3f23dcd7a5f06f8cdda0ee8b1492cfd0b6c1413f (diff) |
update ethtool and iw
Diffstat (limited to 'package/ethtool/Makefile')
-rw-r--r-- | package/ethtool/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/ethtool/Makefile b/package/ethtool/Makefile index 4f9d35e62..3172231da 100644 --- a/package/ethtool/Makefile +++ b/package/ethtool/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= ethtool -PKG_VERSION:= 5 +PKG_VERSION:= 6 PKG_RELEASE:= 1 -PKG_MD5SUM:= 5df7f165974e096e2de890e099f87a12 +PKG_MD5SUM:= 3b721ec27f17ebf320ba8c505cf66d9c PKG_DESCR:= Display or change ethernet card settings PKG_SECTION:= net PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=gkernel/} @@ -15,12 +15,12 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,ETHTOOL,ethtool,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_STYLE= gnu -BUILD_STYLE= auto -INSTALL_STYLE= auto +CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto +INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_ETHTOOL}/usr/sbin - ${CP} ${WRKINST}/usr/sbin/* ${IDIR_ETHTOOL}/usr/sbin + ${CP} ${WRKINST}/usr/sbin/ethtool ${IDIR_ETHTOOL}/usr/sbin include ${TOPDIR}/mk/pkg-bottom.mk |