mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
wshaper: start wshaper on ifup
This commit is contained in:
@@ -44,9 +44,10 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/wshaper/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d $(1)/etc/config
|
||||
$(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d $(1)/etc/config $(1)/etc/hotplug.d/iface
|
||||
$(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/
|
||||
$(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper
|
||||
$(INSTALL_BIN) ./files/wshaper.iface $(1)/etc/hotplug.d/iface/10-wshaper
|
||||
$(INSTALL_DATA) ./files/wshaper.config $(1)/etc/config/wshaper
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user