summaryrefslogtreecommitdiff
path: root/openwrt/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
commit452af57354f45fc7db050646d9fa7e674a6f327d (patch)
treeb04a2522874a4f57f7983bc6af5bd8a9b6ff3944 /openwrt/package/Config.in
parent75daacb6bcd32739932175a8b6a36c4aac185e21 (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@265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r--openwrt/package/Config.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in
index f7eff0639e..f22f83e608 100644
--- a/openwrt/package/Config.in
+++ b/openwrt/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