diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-18 21:28:03 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-18 21:28:03 +0200 |
commit | 95a14f57bf8d84d7ba5b4e769b1c0f565dd713e9 (patch) | |
tree | c5399a711e8627d01fc85d36f7611081b4cb4b6a | |
parent | 869b11c8b59753ec476a571c8fea8d9574f9b319 (diff) | |
download | buildroot-novena-95a14f57bf8d84d7ba5b4e769b1c0f565dd713e9.tar.gz buildroot-novena-95a14f57bf8d84d7ba5b4e769b1c0f565dd713e9.zip |
linux: fix BR2_LINUX_KERNEL_DEFCONFIG help text
Trailing _defconfig, not leading.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index d8a5157e2..948d71398 100644 --- a/linux/Config.in +++ b/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 |