Openwrt/openwrt/package/Config.in
2005-02-21 17:12:19 +00:00

22 lines
435 B
Plaintext

#
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 "libraries"
source "package/zlib/Config.in"
comment "Suggested Extras"
source "package/ebtables/Config.in"
source "package/dropbear_sshd/Config.in"
endmenu