source: freewrt/package/Config.in.collections@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 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
RevLine 
[c83c1e29]1choice
[070c1a2]2prompt "Package Collections"
[c83c1e29]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
[6e4a77f]10 bool "WLAN Router for DSL with PPPoE"
[070c1a2]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
[c83c1e29]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,
[6e4a77f]21 ez-ipupdate and ppp.
[c83c1e29]22
23config FWRT_WLAN_DSL_ROUTER_PPTP
[6e4a77f]24 bool "WLAN Router for DSL with PPTP"
[070c1a2]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
[c83c1e29]31 help
[c80ffbe]32 Firmware for WLAN DSL router with pptp. It selects a dns server,
[c83c1e29]33 dhcp server, iptables, bridge-utils, WPA/WPA2 daemon, openntpd,
[6e4a77f]34 ez-ipupdate and pptp.
[c83c1e29]35
36config FWRT_WLAN_DSL_ROUTER_DHCP
[6e4a77f]37 bool "WLAN Router for DSL with DHCP (cable modem)"
[070c1a2]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
[c83c1e29]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
[6e4a77f]47 daemon, openntpd, ez-ipupdate.
[c83c1e29]48
49config FWRT_OPENVPN_ROUTER
[070c1a2]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.
[c83c1e29]60
61config FWRT_IPSEC_ROUTER
[070c1a2]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.
[c83c1e29]72
73endchoice
Note: See TracBrowser for help on using the repository browser.