X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fnetwork%2Futils%2Fiproute2%2FMakefile;h=a875ffc76b9d5e9079a8294fee4ef51ded5052e5;hp=8e89617e1218fcf4b5291d95e3e39dca483020b5;hb=f5122727be76eeb9b38c9e7f3c1469e682357e9e;hpb=9c8997d54dc9df184bfcedeabf0b3c85cf5e6753 diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 8e89617e12..a875ffc76b 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=3.3.0 -PKG_RELEASE:=1 +PKG_VERSION:=3.7.0 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=308e7145218dd552c2766fe527e239e1 +PKG_MD5SUM:=47040899f8fa30c8721fc5aec6509b44 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) @@ -96,7 +96,7 @@ define Package/tc/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/tc/tc $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_BIN) ./files/30-teql $(1)/etc/hotplug.d/iface/ + $(INSTALL_BIN) ./files/15-teql $(1)/etc/hotplug.d/iface/ endef define Package/genl/install