X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2FConfig.in;h=f22f83e60820fe30d2dd0d4da7e07a60de6b52ab;hb=7d51245340742956d612c8a569f904d3a946135f;hp=f7eff0639ef468819a97d74f8e0bd7b5a7603fe2;hpb=68bc528f2291f1549fdd99f86296b749d2af631e;p=openwrt-10.03%2F.git 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