diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-10-05 18:15:35 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-10-05 18:15:35 +0000 |
commit | 8fa1e36b3e9a0691aca635ed39488edc88753845 (patch) | |
tree | 2c26c73f04c724abf1e6a955639f5c453203f02e /contrib/package/freifunk-gwcheck/Makefile | |
parent | 78c36816b0267f0422586fa9e2aba155a45afeb1 (diff) |
contrib/freifunk-gwcheck: Only run the check when olsrd_dyngw_plain plugin is enabled and also uses the main routing table
Diffstat (limited to 'contrib/package/freifunk-gwcheck/Makefile')
-rw-r--r-- | contrib/package/freifunk-gwcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-gwcheck/Makefile b/contrib/package/freifunk-gwcheck/Makefile index c339d13fa..6c2affe74 100644 --- a/contrib/package/freifunk-gwcheck/Makefile +++ b/contrib/package/freifunk-gwcheck/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-gwcheck -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |