From 61c7cab5b8e86b5b7f3c8ffa9d32f0c57f032736 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 SVN-Revision: 265 --- openwrt/package/Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'openwrt/package/Config.in') diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index f7eff06..f22f83e 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 -- cgit v1.1