diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-26 21:12:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-26 21:12:38 +0000 |
commit | 4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb (patch) | |
tree | 56762054e7ac277378262dd98c4ff8c9c55a7d1e /package/Config.in | |
parent | 02f18650097aed6c71f704c38c4dc55039286248 (diff) | |
download | buildroot-novena-4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb.tar.gz buildroot-novena-4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb.zip |
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/package/Config.in b/package/Config.in index 6c1c10ecb..f244d930e 100644 --- a/package/Config.in +++ b/package/Config.in @@ -2,16 +2,8 @@ menu "Package Selection for the target" source "package/busybox/Config.in" -comment "The minimum needed to build a uClibc development system ---" +comment "The minimum needed to build a uClibc development system" -menuconfig BR2_APPLICATIONS - bool "Common Applications" - default y - help - A set of applications, utilities and libraries for - text processing, toolchain generation and other things. - -if BR2_APPLICATIONS source "package/bash/Config.in" source "package/bzip2/Config.in" if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS @@ -37,6 +29,15 @@ source "package/sed/Config.in" source "package/tar/Config.in" endif +#menuconfig BR2_APPLICATION_SUPPORT +# bool "Common Applications" +# default y +# help +# A set of applications, utilities and libraries for +# text processing, toolchain generation and other things. + + +#if BR2_APPLICATION_SUPPORT comment "Other development stuff" source "package/autoconf/Config.in" source "package/automake/Config.in" @@ -119,7 +120,6 @@ endif if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/which/Config.in" endif -endif menuconfig BR2_NETWORK_SUPPORT bool "Networking" @@ -128,8 +128,6 @@ menuconfig BR2_NETWORK_SUPPORT Support for communication, networking and related packages if BR2_NETWORK_SUPPORT -comment "Communications applications" -source "package/microcom/Config.in" comment "Networking applications" source "package/argus/Config.in" source "package/avahi/Config.in" @@ -157,6 +155,9 @@ source "package/libpcap/Config.in" source "package/links/Config.in" source "package/lrzsz/Config.in" source "package/mdnsresponder/Config.in" +if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS +source "package/microcom/Config.in" +endif source "package/mrouted/Config.in" source "package/mutt/Config.in" source "package/nbd/Config.in" |