Author: cyrus
Date: 2014-06-11 14:11:55 +0200 (Wed, 11 Jun 2014)
New Revision: 41114

Modified:
   trunk/package/network/services/uhttpd/Makefile
   trunk/package/network/services/uhttpd/files/uhttpd.config
Log:
uhttpd: also bind to IPv6 by default

Modified: trunk/package/network/services/uhttpd/Makefile
===================================================================
--- trunk/package/network/services/uhttpd/Makefile      2014-06-11 11:28:58 UTC 
(rev 41113)
+++ trunk/package/network/services/uhttpd/Makefile      2014-06-11 12:11:55 UTC 
(rev 41114)
@@ -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

Modified: trunk/package/network/services/uhttpd/files/uhttpd.config
===================================================================
--- trunk/package/network/services/uhttpd/files/uhttpd.config   2014-06-11 
11:28:58 UTC (rev 41113)
+++ trunk/package/network/services/uhttpd/files/uhttpd.config   2014-06-11 
12:11:55 UTC (rev 41114)
@@ -3,11 +3,11 @@
 
        # 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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to