瀏覽代碼

disable ipv6

Waldemar Brodkorb 11 年之前
父節點
當前提交
6390e28aa7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/config/Config.in.network

+ 1 - 1
target/linux/config/Config.in.network

@@ -157,7 +157,7 @@ config ADK_KERNEL_NET_IPGRE
 config ADK_KERNEL_IPV6
 	prompt "IPv6 support"
 	tristate
-	default m
+	default n
 	help
 	  This is complemental support for the IP version 6.
 	  You will still be able to do traditional IPv4 networking as well.