Openwrt/openwrt/package/Config.in

22 lines
435 B
Plaintext
Raw Normal View History

2005-01-16 11:43:02 +00:00
#
menu "OpenWrt Package Selection"
comment "The absolute minimum"
source "package/linux/Config.in"
2005-01-16 11:43:02 +00:00
source "package/busybox/Config.in"
comment "The default set"
2005-01-16 11:43:02 +00:00
source "package/dnsmasq/Config.in"
source "package/iptables/Config.in"
source "package/bridge/Config.in"
comment "libraries"
source "package/zlib/Config.in"
2005-01-16 11:43:02 +00:00
comment "Suggested Extras"
source "package/ebtables/Config.in"
source "package/dropbear_sshd/Config.in"
2005-01-16 11:43:02 +00:00
endmenu