[packages_10.03.2] wshaper: merge r29199
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 20:42:39 +0000 (20:42 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 20:42:39 +0000 (20:42 +0000)
SVN-Revision: 30131

net/wshaper/Makefile

index f6c1e07164237579f1c45e36b020e692d09f1894..2c73705ef5dc5d65b50c07e3d9c2cd317cf6a175 100644 (file)
@@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wshaper
 PKG_VERSION:=0.2
+PKG_RELEASE:=2
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
@@ -47,4 +48,8 @@ define Package/wshaper/install
        $(INSTALL_DATA) ./files/wshaper.config $(1)/etc/config/wshaper
 endef
 
+define Package/wshaper/conffiles
+/etc/config/wshaper
+endef
+
 $(eval $(call BuildPackage,wshaper))