[packages] wshaper: add a missing INSTALL_DIR
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 14 Oct 2011 13:21:37 +0000 (13:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 14 Oct 2011 13:21:37 +0000 (13:21 +0000)
SVN-Revision: 28456

net/wshaper/Makefile

index 5ea1bc92a939ace5c04c57cc424604c273b71753..e968fca8b244563d59fcdb4d7375f23ac46f950d 100644 (file)
@@ -41,7 +41,7 @@ define Build/Compile
 endef
 
 define Package/wshaper/install
-       $(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d
+       $(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d $(1)/etc/config
        $(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/
        $(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper
        $(INSTALL_DATA) ./files/wshaper.config $(1)/etc/config/wshaper