contrib/meshwizard: fix uhttpd listen addresses when ipv6 is used
authorManuel Munz <freifunk@somakoma.de>
Sun, 28 Jul 2013 13:41:10 +0000 (13:41 +0000)
committerManuel Munz <freifunk@somakoma.de>
Sun, 28 Jul 2013 13:41:10 +0000 (13:41 +0000)
contrib/package/meshwizard/Makefile
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh

index 8ec00cf78e2b76d8a17427e719b72eb800ed89d6..a9c1183d29f4f6cba7f0f56f8493c3c9f19594f5 100644 (file)
@@ -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)
 
index 172e414774cd523e9c61f2aa6c550eea0c0ba6f2..b25a1756ca149b866b720555847d66236d758774 100755 (executable)
@@ -2,8 +2,8 @@
 . $dir/functions.sh
 if [ "$ipv6_enabled" = "1" ]; then
        uci batch <<- EOF
-               set uhttpd.main.listen_http=":80"
-               set uhttpd.main.listen_https=:"443"
+               set uhttpd.main.listen_http="80"
+               set uhttpd.main.listen_https="443"
        EOF
 fi