summaryrefslogtreecommitdiff
path: root/openwrt/package/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
committerMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
commit6b93231c4f64a61103dfc16acebedd18b4c25171 (patch)
treeaad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/package/Config.in
parent14e0fec336fca0766605968fe9dd7eef2448736f (diff)
downloadmtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.zip
mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.gz
mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.bz2
nbd's makefile/menuconfig rewrite
SVN-Revision: 307
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r--openwrt/package/Config.in29
1 files changed, 21 insertions, 8 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in
index aec730f..c449c11 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"
+