From b160f5932ba582f0f2306935bbce8c75cb860f91 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 19 Feb 2005 07:43:13 +0000 Subject: 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 --- package/Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package/Config.in') diff --git a/package/Config.in b/package/Config.in index f7eff0639e..f22f83e608 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 -- cgit v1.2.3