From ac5279e6bcdd29b24060365fc790d39e2b8de26d Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 13 Jul 2010 18:45:29 +0000
Subject: [PATCH] enable ipv6 support for packages by default

SVN-Revision: 22176
---
 Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.in b/Config.in
index 7abfeeaef7..cac1cce199 100644
--- a/Config.in
+++ b/Config.in
@@ -191,7 +191,7 @@ menu "Global build settings"
 	config IPV6
 		bool
 		prompt "Enable IPv6 support in packages"
-		default n
+		default y
 		help
 		  Enable IPV6 support in packages (passes --enable-ipv6 to configure scripts).
 
-- 
GitLab