root/trunk/freewrt/package/Config.in.collections

Revision 1244, 2.2 kB (checked in by markus, 5 years ago)

synced changeset:1243 from branch. Sorry for the syncing trunkt to branch,
but it does not matter in this case

Line 
1 choice
2 prompt "Package Collections"
3 config FWRT_NO_PACKAGE_SELECTION
4         bool "nothing pre-selected, choose yourself"
5         help
6           default is to compile only kernel, all base drivers for the
7           model, busybox, dropbear and base-file packages.
8
9 config FWRT_WLAN_DSL_ROUTER_PPPOE
10         bool "WLAN Router for DSL with PPPoE"
11         select FWRT_PACKAGE_IPTABLES
12         select FWRT_PACKAGE_DNSMASQ
13         select FWRT_PACKAGE_BRIDGE_UTILS
14         select FWRT_PACKAGE_PPP
15         select FWRT_PACKAGE_PPP_MOD_PPPOE
16         select FWRT_PACKAGE_OPENNTPD
17         select FWRT_PACKAGE_EZIPUPDATE
18         help
19           Firmware for WLAN DSL router with pppoe. It selects a dns server,
20           dhcp server, iptables, bridge-utils, WPA/WPA2 daemon, openntpd,
21           ez-ipupdate and ppp.
22
23 config FWRT_WLAN_DSL_ROUTER_PPTP
24         bool "WLAN Router for DSL with PPTP"
25         select FWRT_PACKAGE_IPTABLES
26         select FWRT_PACKAGE_DNSMASQ
27         select FWRT_PACKAGE_BRIDGE_UTILS
28         select FWRT_PACKAGE_PPTP
29         select FWRT_PACKAGE_OPENNTPD
30         select FWRT_PACKAGE_EZIPUPDATE
31         help
32           Firmware for WLAN DSL router with pptp. It selects a dns server,
33           dhcp server, iptables, bridge-utils, WPA/WPA2 daemon, openntpd,
34           ez-ipupdate and pptp.
35
36 config FWRT_WLAN_DSL_ROUTER_DHCP
37         bool "WLAN Router for DSL with DHCP (cable modem)"
38         select FWRT_PACKAGE_IPTABLES
39         select FWRT_PACKAGE_DNSMASQ
40         select FWRT_PACKAGE_BRIDGE_UTILS
41         select FWRT_PACKAGE_PPTP
42         select FWRT_PACKAGE_OPENNTPD
43         select FWRT_PACKAGE_EZIPUPDATE
44         help
45           Firmware for WLAN DSL router with dhcp client for wan interface. It
46           selects a dns server, dhcp server, iptables, bridge-utils, WPA/WPA2
47           daemon, openntpd, ez-ipupdate.
48
49 config FWRT_OPENVPN_ROUTER
50         bool "Router for DSL with OpenVPN"
51         select FWRT_PACKAGE_IPTABLES
52         select FWRT_PACKAGE_DNSMASQ
53         select FWRT_PACKAGE_PPP
54         select FWRT_PACKAGE_PPP_MOD_PPPOE
55         select FWRT_PACKAGE_OPENNTPD
56         select FWRT_PACKAGE_OPENVPN
57         help
58           Firmware for DSL router with OpenVPN. It selects dns server,
59           dhcp server, iptables, openntpd, ppp and openvpn.
60
61 config FWRT_IPSEC_ROUTER
62         bool "Router for DSL with IPSec"
63         select FWRT_PACKAGE_IPTABLES
64         select FWRT_PACKAGE_DNSMASQ
65         select FWRT_PACKAGE_PPP
66         select FWRT_PACKAGE_PPP_MOD_PPPOE
67         select FWRT_PACKAGE_OPENNTPD
68         select FWRT_PACKAGE_OPENSWAN
69         help
70           Firmware for DSL router with IPSec. It selects dns server,
71           dhcp server, iptables, openntpd, ppp and openswan.
72
73 endchoice
Note: See TracBrowser for help on using the browser.