diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-01-19 18:05:17 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-01-19 18:05:17 +0000 |
commit | b59375ccc5e9a2d09e454d46a705dd30778eb882 (patch) | |
tree | b8cf86e8b8116ca7a8ddc9412c2d3c67e0833218 /contrib/package/freifunk-gwcheck/Makefile | |
parent | 4fec63df9e4a52ae8bb21b4cac87728ce073554f (diff) |
contrib/freifunk-gwcheck: Fix multiple problems with the gwcheck script: Exit when already running, fix problem not being able to connect when there is no default gateway left in the main table, also add custom ip rules for wan gateways
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 1563b0cb3..fe55e6963 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:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |