mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
easy-qos: update makefile, rename init.d script
This commit is contained in:
parent
2fc4646ada
commit
552e12722d
2 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,10 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/easy-qos/install
|
define Package/easy-qos/install
|
||||||
$(CP) ./files/* $(1)/
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
|
$(CP) ./files/etc/config/easy_qos $(1)/etc/config/
|
||||||
|
$(CP) ./files/etc/init.d/easy_qos.iptables $(1)/etc/init.d/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,easy-qos))
|
$(eval $(call BuildPackage,easy-qos))
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
#
|
|
||||||
# Copyright (C) 2015 inteno.org
|
|
||||||
#
|
|
||||||
|
|
||||||
. /usr/share/libubox/jshn.sh
|
. /usr/share/libubox/jshn.sh
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue