From 096a24866677eb219d2bbb39e43bad8da159b0a1 Mon Sep 17 00:00:00 2001 From: matteo Date: Tue, 11 Mar 2008 01:18:26 +0000 Subject: [PATCH] wshaper: fix install path git-svn-id: svn://svn.openwrt.org/openwrt/packages@10586 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/wshaper/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/wshaper/Makefile b/net/wshaper/Makefile index 691d2633d..1f02f0b5d 100644 --- a/net/wshaper/Makefile +++ b/net/wshaper/Makefile @@ -43,6 +43,7 @@ endef define Package/wshaper/install $(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/ + $(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper endef $(eval $(call BuildPackage,wshaper)) -- 2.11.0