choice prompt "Package Collections" config FWRT_NO_PACKAGE_SELECTION bool "nothing pre-selected, choose yourself" help default is to compile only kernel, all base drivers for the model, busybox, dropbear and base-file packages. config FWRT_WLAN_DSL_ROUTER_PPPOE bool "WLAN Router for DSL with PPPoE" select FWRT_PACKAGE_IPTABLES select FWRT_PACKAGE_DNSMASQ select FWRT_PACKAGE_BRIDGE_UTILS select FWRT_PACKAGE_PPP select FWRT_PACKAGE_PPP_MOD_PPPOE select FWRT_PACKAGE_OPENNTPD select FWRT_PACKAGE_EZIPUPDATE help Firmware for WLAN DSL router with pppoe. It selects a dns server, dhcp server, iptables, bridge-utils, WPA/WPA2 daemon, openntpd, ez-ipupdate and ppp. config FWRT_WLAN_DSL_ROUTER_PPTP bool "WLAN Router for DSL with PPTP" select FWRT_PACKAGE_IPTABLES select FWRT_PACKAGE_DNSMASQ select FWRT_PACKAGE_BRIDGE_UTILS select FWRT_PACKAGE_PPTP select FWRT_PACKAGE_OPENNTPD select FWRT_PACKAGE_EZIPUPDATE help Firmware for WLAN DSL router with pptp. It selects a dns server, dhcp server, iptables, bridge-utils, WPA/WPA2 daemon, openntpd, ez-ipupdate and pptp. config FWRT_WLAN_DSL_ROUTER_DHCP bool "WLAN Router for DSL with DHCP (cable modem)" select FWRT_PACKAGE_IPTABLES select FWRT_PACKAGE_DNSMASQ select FWRT_PACKAGE_BRIDGE_UTILS select FWRT_PACKAGE_PPTP select FWRT_PACKAGE_OPENNTPD select FWRT_PACKAGE_EZIPUPDATE help Firmware for WLAN DSL router with dhcp client for wan interface. It selects a dns server, dhcp server, iptables, bridge-utils, WPA/WPA2 daemon, openntpd, ez-ipupdate. config FWRT_OPENVPN_ROUTER bool "Router for DSL with OpenVPN" select FWRT_PACKAGE_IPTABLES select FWRT_PACKAGE_DNSMASQ select FWRT_PACKAGE_PPP select FWRT_PACKAGE_PPP_MOD_PPPOE select FWRT_PACKAGE_OPENNTPD select FWRT_PACKAGE_OPENVPN help Firmware for DSL router with OpenVPN. It selects dns server, dhcp server, iptables, openntpd, ppp and openvpn. config FWRT_IPSEC_ROUTER bool "Router for DSL with IPSec" select FWRT_PACKAGE_IPTABLES select FWRT_PACKAGE_DNSMASQ select FWRT_PACKAGE_PPP select FWRT_PACKAGE_PPP_MOD_PPPOE select FWRT_PACKAGE_OPENNTPD select FWRT_PACKAGE_OPENSWAN help Firmware for DSL router with IPSec. It selects dns server, dhcp server, iptables, openntpd, ppp and openswan. endchoice