demistifying make *clean targets, fix some clean targets issues
[openwrt-10.03/.git] / package / Config.in
index f7eff0639ef468819a97d74f8e0bd7b5a7603fe2..f22f83e60820fe30d2dd0d4da7e07a60de6b52ab 100644 (file)
@@ -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