diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2005-05-27 17:32:43 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2005-05-27 17:32:43 +0000 |
| commit | ca55f8d3da7f00f440f0b21d88b397f4c9554f73 (patch) | |
| tree | 4a73072b3f755b3c43439470896dbbe1c13cc75f /openwrt/package/iproute2/Makefile | |
| parent | ab9c9b1298c04c3c57c248a2fbd6a831c5a65fc3 (diff) | |
| download | mtk-20170518-ca55f8d3da7f00f440f0b21d88b397f4c9554f73.zip mtk-20170518-ca55f8d3da7f00f440f0b21d88b397f4c9554f73.tar.gz mtk-20170518-ca55f8d3da7f00f440f0b21d88b397f4c9554f73.tar.bz2 | |
upgrade wireless-tools and iproute2
SVN-Revision: 1084
Diffstat (limited to 'openwrt/package/iproute2/Makefile')
| -rw-r--r-- | openwrt/package/iproute2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile index ba8d80e..f7b63f3 100644 --- a/openwrt/package/iproute2/Makefile +++ b/openwrt/package/iproute2/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=2.6.9 +PKG_VERSION:=2.6.11-050330 PKG_RELEASE:=1 -PKG_MD5SUM:=4b3f335b0139cb909c6a2ae8bf72e548 +PKG_MD5SUM:=e705f26b5ae93e0332e46a3ff15d934 PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/ -PKG_SOURCE:=$(PKG_NAME)-2.6.9-041019.tar.gz -PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-2.6.9 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) PKG_CAT:=zcat include $(TOPDIR)/package/rules.mk @@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.configured: touch $@ $(PKG_BUILD_DIR)/.built: + $(MAKE) -j1 -C $(PKG_BUILD_DIR)/netem HOSTCC=$(HOSTCC) CFLAGS="-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I ../include -DRESOLVE_HOSTNAMES" $(MAKE) -j1 -C $(PKG_BUILD_DIR) $(TARGET_CONFIGURE_OPTS) KERNEL_INCLUDE=$(LINUX_DIR)/include all tc/tc ip/ip touch $@ |
