diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-18 22:12:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-18 22:12:34 +0200 |
commit | ad1fd9778566e9020ace3b8c7d2b3815b67201b4 (patch) | |
tree | a7ef4391b6906f47644eb0197de8b6abfa7448fa | |
parent | ec9ec06b56bcc38f7a5ed98ff8b076e864e74c5d (diff) |
u-boot: clarify network settings submenu, disable override by default
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>
-rw-r--r-- | boot/uboot/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 3608cd463..daccd8bbc 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -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 |