summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-19 07:43:13 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-19 07:43:13 +0000
commitb29ef886116d541c519807a1b277882a32147f08 (patch)
tree7e019893015fb8b494f1f33a93b3bec00dda855c /package/Config.in
parent0df4ee56ecb61d4340dcaaf30df71dca1fd4aafb (diff)
sync with buildroot2 from uclibc, add two variables PACKAGE_DIR and PATCH, remove LINKSYS_TGZ_SITE from here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/Config.in b/package/Config.in
index f7eff0639..f22f83e60 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -2,15 +2,17 @@
menu "OpenWrt Package Selection"
-comment "The default set"
+comment "The absolute minimum"
+source "package/linux/Config.in"
source "package/busybox/Config.in"
+
+comment "The default set"
source "package/dnsmasq/Config.in"
-source "package/linux/Config.in"
source "package/iptables/Config.in"
source "package/bridge/Config.in"
comment "Suggested Extras"
-source "package/dropbear_sshd/Config.in"
source "package/ebtables/Config.in"
+source "package/dropbear_sshd/Config.in"
endmenu