2
1
Эх сурвалжийг харах

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>
Peter Korsgaard 14 жил өмнө
parent
commit
ad1fd97785
1 өөрчлөгдсөн 2 нэмэгдсэн , 3 устгасан
  1. 2 3
      boot/uboot/Config.in

+ 2 - 3
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