diff --git a/easy-qos/Makefile b/easy-qos/Makefile index 775a90e8e..ca034d1bf 100644 --- a/easy-qos/Makefile +++ b/easy-qos/Makefile @@ -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)) diff --git a/easy-qos/files/etc/init.d/easy_qos b/easy-qos/files/etc/init.d/easy_qos.iptables similarity index 99% rename from easy-qos/files/etc/init.d/easy_qos rename to easy-qos/files/etc/init.d/easy_qos.iptables index 5aac1238b..204b4b330 100755 --- a/easy-qos/files/etc/init.d/easy_qos +++ b/easy-qos/files/etc/init.d/easy_qos.iptables @@ -1,7 +1,4 @@ #!/bin/sh /etc/rc.common -# -# Copyright (C) 2015 inteno.org -# . /usr/share/libubox/jshn.sh