aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-11 12:11:55 +0000
committerSteven Barth <steven@midlink.org>2014-06-11 12:11:55 +0000
commita1912788a80a8fce227050df35273c7eb93cdec6 (patch)
treebea849fc18b60fdcd6692bd1eece50b580009667 /package
parent087761d42032bc34ce50d1d70c952d0ae7a1e36e (diff)
downloadmaster-187ad058-a1912788a80a8fce227050df35273c7eb93cdec6.tar.gz
master-187ad058-a1912788a80a8fce227050df35273c7eb93cdec6.tar.bz2
master-187ad058-a1912788a80a8fce227050df35273c7eb93cdec6.zip
uhttpd: also bind to IPv6 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41114 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/network/services/uhttpd/Makefile2
-rw-r--r--package/network/services/uhttpd/files/uhttpd.config4
2 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 1e4ed896c4..ba2ca55b04 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_VERSION:=2014-06-08
+PKG_VERSION:=2014-06-11
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config
index 683e032fb4..83734af5a9 100644
--- a/package/network/services/uhttpd/files/uhttpd.config
+++ b/package/network/services/uhttpd/files/uhttpd.config
@@ -3,11 +3,11 @@ config uhttpd main
# HTTP listen addresses, multiple allowed
list listen_http 0.0.0.0:80
-# list listen_http [::]:80
+ list listen_http [::]:80
# HTTPS listen addresses, multiple allowed
list listen_https 0.0.0.0:443
-# list listen_https [::]:443
+ list listen_https [::]:443
# Server document root
option home /www