sync with buildroot2 from uclibc, add two variables PACKAGE_DIR and PATCH, remove...
[openwrt.git] / package / Config.in
1 #
2
3 menu "OpenWrt Package Selection"
4
5 comment "The absolute minimum"
6 source "package/linux/Config.in"
7 source "package/busybox/Config.in"
8
9 comment "The default set"
10 source "package/dnsmasq/Config.in"
11 source "package/iptables/Config.in"
12 source "package/bridge/Config.in"
13
14 comment "Suggested Extras"
15 source "package/ebtables/Config.in"
16 source "package/dropbear_sshd/Config.in"
17
18 endmenu