diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-27 00:05:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-27 00:05:11 +0000 |
commit | 2c46f1058da3021ed8b07a7936f6c469d31b65a8 (patch) | |
tree | a7faf7d4537fb7d70c482dc6f4154e1169049700 /contrib/package/freifunk-firewall/Makefile | |
parent | e66ab6bd2ca3bf51f6951e9b293b7742cd1a86a1 (diff) |
contrib/package: freifunk-firewall: introduce per-zone option "local_restrict" to only grant access to the default gateway in this zone while rejecting other hosts in the target subnet
Diffstat (limited to 'contrib/package/freifunk-firewall/Makefile')
-rw-r--r-- | contrib/package/freifunk-firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-firewall/Makefile b/contrib/package/freifunk-firewall/Makefile index 8399870d0d..eff1c7d644 100644 --- a/contrib/package/freifunk-firewall/Makefile +++ b/contrib/package/freifunk-firewall/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-firewall -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |