patch file broke compiling
[openwrt/svn-archive/archive.git] / net / wshaper / Makefile
index 691d2633de7baf5e7bd680a318e0b880ca506d2e..45b888050d5163b9c1e218640b78cb02e2957718 100644 (file)
@@ -41,8 +41,9 @@ define Build/Compile
 endef
 
 define Package/wshaper/install
-       $(INSTALL_DIR) $(1)/usr/sbin/
+       $(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d
        $(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/
+       $(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper
 endef
 
 $(eval $(call BuildPackage,wshaper))