diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-06 09:32:21 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-08 17:23:55 -0700 |
commit | 6bbbb1891cdd72ba1d88b9eab43ca2f05f87ebf4 (patch) | |
tree | a946b1da6697dd51e2dc249c10cfb1977f2408c0 /recipes | |
parent | cd31df56e2451d3296607791706c542f94e23a14 (diff) |
busybox: picking IPv6 per default is not up to the package
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/busybox/busybox-1.15.3/micro/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/busybox/busybox-1.15.3/micro/defconfig b/recipes/busybox/busybox-1.15.3/micro/defconfig index 8431d19702..f6eaa6df6c 100644 --- a/recipes/busybox/busybox-1.15.3/micro/defconfig +++ b/recipes/busybox/busybox-1.15.3/micro/defconfig @@ -608,7 +608,7 @@ CONFIG_TIME=y # # Networking Utilities # -CONFIG_FEATURE_IPV6=y +# CONFIG_FEATURE_IPV6 is not set CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set # CONFIG_ARP is not set |