diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-31 17:19:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-31 17:19:55 +0000 |
commit | 4e534b50e502add811c4d44796546b3a9deeaf20 (patch) | |
tree | 16069c98b285bd83c523a0a2777c49750d1e0b5f /contrib | |
parent | cc8da1a01855c8a0b8ff6d4e909d742c12700f7b (diff) |
contrib/package: bump pkg revision as well
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/freifunk-watchdog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-watchdog/Makefile b/contrib/package/freifunk-watchdog/Makefile index 563b5d029..7a68afb88 100644 --- a/contrib/package/freifunk-watchdog/Makefile +++ b/contrib/package/freifunk-watchdog/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-watchdog -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := uci |