source: freewrt/package/Config.in.collections@ 1e67d95

freewrt_2_0
Last change on this file since 1e67d95 was dc07088, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

remove All Collection, add snapshotconfig idea from trunk

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1246 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.2 KB
Line 
1choice
2prompt "Package Collections"
3config 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
9config 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
23config 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
36config 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
49config 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
61config 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
73endchoice
Note: See TracBrowser for help on using the repository browser.