diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-03-25 16:36:36 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-03-25 16:36:36 +0000 |
commit | 8e9cdbea1411a68645d5e82caa7232c7f0ef2d61 (patch) | |
tree | c16e72876e36c5a079289224d563eaa3a1e082ac /contrib/package/freifunk-policyrouting/Makefile | |
parent | 7f3b0af6d90e260ea119cd0a81786a97501c9541 (diff) |
contrib/freifunk-policyrouting: Use a new table 'localnets' for locally attached networks and populate it
Diffstat (limited to 'contrib/package/freifunk-policyrouting/Makefile')
-rw-r--r-- | contrib/package/freifunk-policyrouting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-policyrouting/Makefile b/contrib/package/freifunk-policyrouting/Makefile index 13c770aed..cec08a2f3 100644 --- a/contrib/package/freifunk-policyrouting/Makefile +++ b/contrib/package/freifunk-policyrouting/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-policyrouting -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |