[Buildroot] [git commit] at91dataflashboot: use "config" instead of "menuconfig"

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 11 21:46:22 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since at91dataflashboot has no suboption, using "menuconfig" is
useless and confusing, as it creates an empty submenu in the
configuration interface.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 boot/at91dataflashboot/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/boot/at91dataflashboot/Config.in b/boot/at91dataflashboot/Config.in
index 88cd058..a4efe11 100644
--- a/boot/at91dataflashboot/Config.in
+++ b/boot/at91dataflashboot/Config.in
@@ -1,3 +1,3 @@
-menuconfig BR2_TARGET_AT91DATAFLASHBOOT
+config BR2_TARGET_AT91DATAFLASHBOOT
        depends on BR2_arm
        bool "AT91 DataFlashBoot"
-- 
1.7.3.4



More information about the buildroot mailing list