author | kergoth <kergoth> | 2003-01-16 05:28:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:28:25 (UTC) |
commit | 6237632680a8ea7817ee21ba68e3ecd263fd60e3 (patch) (side-by-side diff) | |
tree | f3540a3590a234ad624f30fbefa30a701b0d34ee /config.in | |
parent | cd9112437d1380d00a47eb845f1fc11be23ffc47 (diff) | |
download | opie-6237632680a8ea7817ee21ba68e3ecd263fd60e3.zip opie-6237632680a8ea7817ee21ba68e3ecd263fd60e3.tar.gz opie-6237632680a8ea7817ee21ba68e3ecd263fd60e3.tar.bz2 |
Cleanup and formatting.
-rw-r--r-- | config.in | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -87,12 +87,26 @@ endmenu comment "" +#config APPLETS +# bool "Applets" +# default "y" + menu "Applets" +# depends APPLETS + source core/applets/config.in source noncore/applets/config.in endmenu + +#config APPS +# bool "Apps" +# default "y" + menu "Apps" +# depends APPS + source core/apps/config.in source noncore/apps/config.in endmenu + menu "Communications and Networking" source noncore/comm/config.in @@ -131,5 +145,2 @@ menu "Tools" source development/config.in endmenu -menu "Unsupported" - source noncore/unsupported/config.in -endmenu |