summaryrefslogtreecommitdiffstats
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authornoz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-09 13:17:46 +0000
committernoz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-09 13:17:46 +0000
commit645a901ce05d7410ef2f96a2e3988b207a53a42e (patch)
treefdd12dea7602dd179e5741f936bfc7495845fa04 /package/iproute2/Makefile
parent8ae42e7a4b611d9b368d1b0ddb3b3a02250d73d4 (diff)
update iproute2 to 2.6.20-070313, and package genl utility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 600c7734c..882819483 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -9,12 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
-PKG_VERSION:=2.6.15-060110
+PKG_VERSION:=2.6.20-070313
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/
-PKG_MD5SUM:=04f57a6d366d36426d276178b600f5c5
+PKG_MD5SUM:=7bc5883aadf740761fa2dd70b661e8cc
+PKG_BUILD_DIR:=$(BUILD_DIR)/iproute-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
@@ -34,6 +35,11 @@ define Package/tc
TITLE:=Traffic control utility
endef
+define Package/genl
+ $(call Package/iproute2/Default)
+ TITLE:=General netlink utility frontend
+endef
+
define Build/Configure
$(SED) "s:-O2:${TARGET_CFLAGS}:g" $(PKG_BUILD_DIR)/Makefile
$(SED) "s,-I/usr/include/db3,," $(PKG_BUILD_DIR)/Makefile
@@ -61,8 +67,14 @@ define Package/tc/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tc/tc $(1)/usr/sbin/
endef
+define Package/genl/install
+ $(INSTALL_DIR) $(1)/usr/sbin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/genl/genl $(1)/usr/sbin/
+endef
+
$(eval $(call BuildPackage,ip))
$(eval $(call BuildPackage,tc))
+$(eval $(call BuildPackage,genl))
$(eval $(call RequireCommand,bison, \
$(PKG_NAME) requires GNU bison. \