u-boot: clarify network settings submenu, disable override by default
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Sep 2011 20:12:34 +0000 (22:12 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Sep 2011 20:12:34 +0000 (22:12 +0200)
Make it clear that these options override the board defconfig, and
don't enable it by default.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/uboot/Config.in

index 3608cd463b52bbd752db6b994be2dd43906b62b6..daccd8bbcdca43bc392ce8a3547991574810b360 100644 (file)
@@ -92,10 +92,9 @@ config BR2_TARGET_UBOOT_FORMAT_LDR
 endchoice
 
 menuconfig BR2_TARGET_UBOOT_NETWORK
-       bool "Network Settings"
-       default y
+       bool "Custom Network Settings"
        help
-         Network settings for U-boot
+         Custom network settings for U-boot
 
 if BR2_TARGET_UBOOT_NETWORK