diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
commit | 51a61c9011d838db18af16f5f8e294f9e301bad2 (patch) | |
tree | 67a30004a22b0645ecb141608516c7bd9d12e88a /toolchain/external-toolchain | |
parent | 5f0baad2937640ecf09b65697e8b10d30368f7b9 (diff) | |
download | buildroot-51a61c9011d838db18af16f5f8e294f9e301bad2.tar.gz buildroot-51a61c9011d838db18af16f5f8e294f9e301bad2.zip |
- Subsume and collaps toolchain options in one menu
This is ment to ease configuration by providing toolchain related options in one place
No functional changes, just shuffling the menus around..
Diffstat (limited to 'toolchain/external-toolchain')
-rw-r--r-- | toolchain/external-toolchain/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/external-toolchain/Config.in b/toolchain/external-toolchain/Config.in index 5649367395..197f069680 100644 --- a/toolchain/external-toolchain/Config.in +++ b/toolchain/external-toolchain/Config.in @@ -1,6 +1,6 @@ # -menu "Toolchain Options" +menu "External Toolchain Options" depends on BR2_TOOLCHAIN_EXTERNAL config BR2_TOOLCHAIN_EXTERNAL_LIB_C |