summaryrefslogtreecommitdiffstats
path: root/package/Config.in
blob: f22f83e60820fe30d2dd0d4da7e07a60de6b52ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#

menu "OpenWrt Package Selection"

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/iptables/Config.in"
source "package/bridge/Config.in"

comment "Suggested Extras"
source "package/ebtables/Config.in"
source "package/dropbear_sshd/Config.in"

endmenu