diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 03:34:52 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 03:34:52 +0000 |
commit | 9d30652149fd745711342cec7ee8574e973ec241 (patch) | |
tree | aad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/package/Config.in | |
parent | 0167360282da38c534a2698b415a8e2bed241d0a (diff) |
nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index aec730f2f..c449c117c 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -2,20 +2,33 @@ menu "OpenWrt Package Selection" -comment "The absolute minimum" -source "package/linux/Config.in" -source "package/busybox/Config.in" - comment "The default set" +source "package/busybox/Config.in" source "package/dnsmasq/Config.in" source "package/iptables/Config.in" source "package/bridge/Config.in" -comment "libraries" +comment "Networking" +source "package/linksys-utils/Config.in" +source "package/ppp/Config.in" +source "package/dropbear/Config.in" +source "package/ebtables/Config.in" +source "package/arptables/Config.in" +source "package/iproute2/Config.in" +source "package/openvpn/Config.in" + +comment "Libraries" source "package/zlib/Config.in" +source "package/lzo/Config.in" +source "package/openssl/Config.in" -comment "Suggested Extras" -source "package/ebtables/Config.in" -source "package/dropbear_sshd/Config.in" +endmenu + +menu "Kernel Configuration" + +source "package/linux/Config.in" endmenu + +source "package/Sysconf.in" + |