diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-07-28 13:41:10 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-07-28 13:41:10 +0000 |
commit | b87051fe021d1f86020208701099c64dc53ffad5 (patch) | |
tree | 10a4286fb76b86d7f3eebf4450d9748e9780e0e0 /contrib/package/meshwizard/Makefile | |
parent | 346f01866326ac368e931cbe5c22f31288b3c2d3 (diff) |
contrib/meshwizard: fix uhttpd listen addresses when ipv6 is used
Diffstat (limited to 'contrib/package/meshwizard/Makefile')
-rw-r--r-- | contrib/package/meshwizard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/meshwizard/Makefile b/contrib/package/meshwizard/Makefile index 8ec00cf78e..a9c1183d29 100644 --- a/contrib/package/meshwizard/Makefile +++ b/contrib/package/meshwizard/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meshwizard -PKG_RELEASE:=0.0.11 +PKG_RELEASE:=0.0.12 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |