|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=iproute2
|
|
|
PKG_VERSION:=3.2.0
|
|
|
-PKG_RELEASE:=1
|
|
|
+PKG_RELEASE:=2
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
|
PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/
|
|
|
@@ -96,6 +96,8 @@ endef
|
|
|
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/
|
|
|
endef
|
|
|
|
|
|
define Package/genl/install
|