summaryrefslogtreecommitdiff
path: root/package/ethtool
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
commit5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch)
treecd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/ethtool
parent401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff)
parent4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: BUGS package/autoconf/Makefile
Diffstat (limited to 'package/ethtool')
-rw-r--r--package/ethtool/Config.in8
-rw-r--r--package/ethtool/Makefile10
2 files changed, 3 insertions, 15 deletions
diff --git a/package/ethtool/Config.in b/package/ethtool/Config.in
deleted file mode 100644
index 8ba4b4c59..000000000
--- a/package/ethtool/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_PACKAGE_ETHTOOL
- prompt "ethtool........................... Display or change ethernet card settings"
- tristate
- default n
- help
- ethtool is used for querying settings of an ethernet device and changing them
-
- http://sourceforge.net/projects/gkernel/
diff --git a/package/ethtool/Makefile b/package/ethtool/Makefile
index 4f9d35e62..76b3b16c9 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,8 @@ 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
-
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