Explorar o código

linux: fix BR2_LINUX_KERNEL_DEFCONFIG help text

Trailing _defconfig, not leading.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=15) %!d(string=hai) anos
pai
achega
95a14f57bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      linux/Config.in

+ 1 - 1
linux/Config.in

@@ -96,7 +96,7 @@ config BR2_LINUX_KERNEL_DEFCONFIG
 	string "Defconfig name"
 	depends on BR2_LINUX_KERNEL_USE_DEFCONFIG
 	help
-	 Name of the defconfig file to use, without the leading
+	 Name of the defconfig file to use, without the trailing
 	 _defconfig
 
 config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE