summaryrefslogtreecommitdiff
path: root/package/ethtool/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:22:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:22:23 +0100
commit49af3d669f8345ef3ca3e1e14cdd4030cbbbb6e0 (patch)
tree1f8f5b4cdb4265e5428a2a77f2762706ae1247ca /package/ethtool/Makefile
parente6d7923746537504a5e19b5c9aa050a1836048b6 (diff)
parent26d8c7c5138770572fc92bea028d9a8a067fe3c9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ethtool/Makefile')
-rw-r--r--package/ethtool/Makefile12
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