|
@@ -44,9 +44,10 @@ define Build/Compile
|
44
|
44
|
endef
|
45
|
45
|
|
46
|
46
|
define Package/wshaper/install
|
47
|
|
- $(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d $(1)/etc/config
|
|
47
|
+ $(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d $(1)/etc/config $(1)/etc/hotplug.d/iface
|
48
|
48
|
$(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/
|
49
|
49
|
$(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper
|
|
50
|
+ $(INSTALL_BIN) ./files/wshaper.iface $(1)/etc/hotplug.d/iface/10-wshaper
|
50
|
51
|
$(INSTALL_DATA) ./files/wshaper.config $(1)/etc/config/wshaper
|
51
|
52
|
endef
|
52
|
53
|
|