projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390cd67
)
[packages_10.03.2] wshaper: merge r29199
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 4 Feb 2012 20:42:39 +0000
(20:42 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 4 Feb 2012 20:42:39 +0000
(20:42 +0000)
SVN-Revision: 30131
net/wshaper/Makefile
patch
|
blob
|
history
diff --git
a/net/wshaper/Makefile
b/net/wshaper/Makefile
index f6c1e07164237579f1c45e36b020e692d09f1894..2c73705ef5dc5d65b50c07e3d9c2cd317cf6a175 100644
(file)
--- a/
net/wshaper/Makefile
+++ b/
net/wshaper/Makefile
@@
-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))