diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-16 15:04:42 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-16 15:04:42 +0000 |
commit | 378de966db94bebdf7a445bed858f692e44f1e02 (patch) | |
tree | 2793fb44eb15b5d29618894278f89935354f69e9 /package/iproute2/Makefile | |
parent | 86598e636326ac57d99fbeb3b0b9fbf7442ab9ba (diff) |
iproute2: Add hotplug script to add slave devices to TEQL master
Resolves https://dev.openwrt.org/ticket/11192
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r-- | package/iproute2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 3b442583e..0a2f41153 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -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 |