easy-qos: update makefile, rename init.d script

This commit is contained in:
Jakob Olsson 2019-04-09 13:46:52 +02:00
parent 2fc4646ada
commit 552e12722d
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,10 @@ define Build/Compile
endef
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
$(eval $(call BuildPackage,easy-qos))

View file

@ -1,7 +1,4 @@
#!/bin/sh /etc/rc.common
#
# Copyright (C) 2015 inteno.org
#
. /usr/share/libubox/jshn.sh