61c7cab5b8
SVN-Revision: 265
18 lines
382 B
Text
18 lines
382 B
Text
#
|
|
|
|
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
|