X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d80c3754b3421428b47f89ce26f07adf10e7501..1d18a8221e23529ada8c901446e36aff2b5c6745:/openwrt/package/Config.in?ds=sidebyside diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 30f45ad14..aec730f2f 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -2,14 +2,20 @@ 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 "libraries" +source "package/zlib/Config.in" + comment "Suggested Extras" +source "package/ebtables/Config.in" source "package/dropbear_sshd/Config.in" endmenu