| 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 | config FWRT_ALL_PACKAGE_SELECTION
|
|---|
| 74 | bool "Selects all available packages"
|
|---|
| 75 | select FWRT_PACKAGE_6TUNNEL
|
|---|
| 76 | select FWRT_PACKAGE_AICCU
|
|---|
| 77 | select FWRT_PACKAGE_AIRCRACK
|
|---|
| 78 | select FWRT_PACKAGE_ARPD
|
|---|
| 79 | select FWRT_PACKAGE_ARPTABLES
|
|---|
| 80 | select FWRT_PACKAGE_ARPWATCH
|
|---|
| 81 | select FWRT_PACKAGE_ASTERISK
|
|---|
| 82 | select FWRT_PACKAGE_ASTERISK_CHAN_BLUETOOTH
|
|---|
| 83 | select FWRT_PACKAGE_ASTERISK_CHAN_MGCP
|
|---|
| 84 | select FWRT_PACKAGE_ASTERISK_CHAN_SKINNY
|
|---|
| 85 | select FWRT_PACKAGE_ASTERISK_CODEC_ILBC
|
|---|
| 86 | select FWRT_PACKAGE_ASTERISK_CODEC_LPC10
|
|---|
| 87 | select FWRT_PACKAGE_ASTERISK_CODEC_SPEEX
|
|---|
| 88 | select FWRT_PACKAGE_ASTERISK_MINI
|
|---|
| 89 | select FWRT_PACKAGE_ASTERISK_MYSQL
|
|---|
| 90 | select FWRT_PACKAGE_ASTERISK_PBX_DUNDI
|
|---|
| 91 | select FWRT_PACKAGE_ASTERISK_PGSQL
|
|---|
| 92 | select FWRT_PACKAGE_ASTERISK_RES_AGI
|
|---|
| 93 | select FWRT_PACKAGE_ASTERISK_SOUNDS
|
|---|
| 94 | select FWRT_PACKAGE_ASTERISK_SQLITE
|
|---|
| 95 | select FWRT_PACKAGE_ASTERISK_VOICEMAIL
|
|---|
| 96 | select FWRT_PACKAGE_ATFTP
|
|---|
| 97 | select FWRT_PACKAGE_ATFTPD
|
|---|
| 98 | select FWRT_PACKAGE_AUTOIPD
|
|---|
| 99 | select FWRT_PACKAGE_AUTOSSH
|
|---|
| 100 | select FWRT_PACKAGE_AVAHI_DAEMON
|
|---|
| 101 | select FWRT_PACKAGE_AVAHI_DNSCONFD
|
|---|
| 102 | select FWRT_PACKAGE_AWHTTPD
|
|---|
| 103 | select FWRT_PACKAGE_BC
|
|---|
| 104 | select FWRT_COMPILE_BIND
|
|---|
| 105 | select FWRT_PACKAGE_BIND_CHECK
|
|---|
| 106 | select FWRT_PACKAGE_BIND_CLIENT
|
|---|
| 107 | select FWRT_PACKAGE_BIND_DIG
|
|---|
| 108 | select FWRT_PACKAGE_BIND_DNSSEC
|
|---|
| 109 | select FWRT_PACKAGE_BIND_HOST
|
|---|
| 110 | select FWRT_PACKAGE_BIND_RNDC
|
|---|
| 111 | select FWRT_PACKAGE_BIND_SERVER
|
|---|
| 112 | select FWRT_PACKAGE_BIND_TOOLS
|
|---|
| 113 | select FWRT_PACKAGE_BITCHX
|
|---|
| 114 | select FWRT_PACKAGE_BITLBEE
|
|---|
| 115 | select FWRT_PACKAGE_BLUEZ_LIBS
|
|---|
| 116 | select FWRT_PACKAGE_BLUEZ_UTILS
|
|---|
| 117 | select FWRT_PACKAGE_BR2684CTL
|
|---|
| 118 | select FWRT_PACKAGE_BRIDGE_UTILS
|
|---|
| 119 | select FWRT_PACKAGE_BUSYBOX
|
|---|
| 120 | select FWRT_PACKAGE_BWM
|
|---|
| 121 | select FWRT_PACKAGE_CBTT
|
|---|
| 122 | select FWRT_PACKAGE_CBTT_MYSQL
|
|---|
| 123 | select FWRT_PACKAGE_CGILIB
|
|---|
| 124 | select FWRT_PACKAGE_CHAT
|
|---|
| 125 | select FWRT_PACKAGE_CHILLISPOT
|
|---|
| 126 | select FWRT_PACKAGE_CIFSMOUNT
|
|---|
| 127 | select FWRT_PACKAGE_CLICK
|
|---|
| 128 | select FWRT_PACKAGE_CLINKC
|
|---|
| 129 | select FWRT_PACKAGE_COLLECTD
|
|---|
| 130 | select FWRT_PACKAGE_COLLECTD_CPU
|
|---|
| 131 | select FWRT_PACKAGE_COLLECTD_LOAD
|
|---|
| 132 | select FWRT_PACKAGE_COLLECTD_MEMORY
|
|---|
| 133 | select FWRT_PACKAGE_COLLECTD_PING
|
|---|
| 134 | select FWRT_PACKAGE_COLLECTD_TRAFFIC
|
|---|
| 135 | select FWRT_PACKAGE_COMGT
|
|---|
| 136 | select FWRT_PACKAGE_CTORRENT
|
|---|
| 137 | select FWRT_PACKAGE_CUPS
|
|---|
| 138 | select FWRT_PACKAGE_CURL
|
|---|
| 139 | select FWRT_PACKAGE_CUTTER
|
|---|
| 140 | select FWRT_PACKAGE_DBCONVERT
|
|---|
| 141 | select FWRT_PACKAGE_DC
|
|---|
| 142 | select FWRT_PACKAGE_DECO
|
|---|
| 143 | select FWRT_PACKAGE_DHCP6
|
|---|
| 144 | select FWRT_PACKAGE_DHCP_FORWARDER
|
|---|
| 145 | select FWRT_PACKAGE_DHCP_RELAY
|
|---|
| 146 | select FWRT_PACKAGE_DHCP_SERVER
|
|---|
| 147 | select FWRT_PACKAGE_DIGITEMP
|
|---|
| 148 | select FWRT_PACKAGE_DNSMASQ
|
|---|
| 149 | select FWRT_PACKAGE_DOSFSTOOLS
|
|---|
| 150 | select FWRT_PACKAGE_DROPBEAR
|
|---|
| 151 | select FWRT_PACKAGE_DSNIFF
|
|---|
| 152 | select FWRT_PACKAGE_E2FSPROGS
|
|---|
| 153 | select FWRT_PACKAGE_EBTABLES
|
|---|
| 154 | select FWRT_PACKAGE_ED
|
|---|
| 155 | select FWRT_PACKAGE_ELHTTP
|
|---|
| 156 | select FWRT_PACKAGE_ELINKS
|
|---|
| 157 | select FWRT_PACKAGE_ETHER_WAKE
|
|---|
| 158 | select FWRT_PACKAGE_ETHTOOL
|
|---|
| 159 | select FWRT_PACKAGE_EZIPUPDATE
|
|---|
| 160 | select FWRT_PACKAGE_FAKEIDENTD
|
|---|
| 161 | select FWRT_PACKAGE_FDISK
|
|---|
| 162 | select FWRT_PACKAGE_FETCHMAIL
|
|---|
| 163 | select FWRT_PACKAGE_FPING
|
|---|
| 164 | select FWRT_PACKAGE_FPROBE
|
|---|
| 165 | select FWRT_PACKAGE_FPROBE_ULOG
|
|---|
| 166 | select FWRT_PACKAGE_FREERADIUS
|
|---|
| 167 | select FWRT_PACKAGE_FREERADIUS_DEMOCERTS
|
|---|
| 168 | select FWRT_PACKAGE_FREERADIUS_MOD_CHAP
|
|---|
| 169 | select FWRT_PACKAGE_FREERADIUS_MOD_DETAIL
|
|---|
| 170 | select FWRT_PACKAGE_FREERADIUS_MOD_EAP
|
|---|
| 171 | select FWRT_PACKAGE_FREERADIUS_MOD_EAP_GTC
|
|---|
| 172 | select FWRT_PACKAGE_FREERADIUS_MOD_EAP_MD5
|
|---|
| 173 | select FWRT_PACKAGE_FREERADIUS_MOD_EAP_MSCHAPV2
|
|---|
| 174 | select FWRT_PACKAGE_FREERADIUS_MOD_EAP_PEAP
|
|---|
| 175 | select FWRT_PACKAGE_FREERADIUS_MOD_EAP_TLS
|
|---|
| 176 | select FWRT_PACKAGE_FREERADIUS_MOD_EAP_TTLS
|
|---|
| 177 | select FWRT_PACKAGE_FREERADIUS_MOD_FILES
|
|---|
| 178 | select FWRT_PACKAGE_FREERADIUS_MOD_LDAP
|
|---|
| 179 | select FWRT_PACKAGE_FREERADIUS_MOD_MSCHAP
|
|---|
| 180 | select FWRT_PACKAGE_FREERADIUS_MOD_PAP
|
|---|
| 181 | select FWRT_PACKAGE_FREERADIUS_MOD_PREPROCESS
|
|---|
| 182 | select FWRT_PACKAGE_FREERADIUS_MOD_REALM
|
|---|
| 183 | select FWRT_PACKAGE_FREERADIUS_MOD_SQL
|
|---|
| 184 | select FWRT_PACKAGE_FREERADIUS_MOD_SQLCOUNTER
|
|---|
| 185 | select FWRT_PACKAGE_FREERADIUS_MOD_SQL_MYSQL
|
|---|
| 186 | select FWRT_PACKAGE_FREERADIUS_MOD_SQL_PGSQL
|
|---|
| 187 | select FWRT_PACKAGE_FREERADIUS_UTILS
|
|---|
| 188 | select FWRT_PACKAGE_FRICKIN
|
|---|
| 189 | select FWRT_PACKAGE_FUSE_UTILS
|
|---|
| 190 | select FWRT_PACKAGE_FWCF
|
|---|
| 191 | select FWRT_PACKAGE_GDBSERVER
|
|---|
| 192 | select FWRT_PACKAGE_GLIB1
|
|---|
| 193 | select FWRT_PACKAGE_GMEDIASERVER
|
|---|
| 194 | select FWRT_PACKAGE_GNUTLS_UTILS
|
|---|
| 195 | select FWRT_PACKAGE_GPG
|
|---|
| 196 | select FWRT_PACKAGE_GPSD
|
|---|
| 197 | select FWRT_PACKAGE_GSM_UTILS
|
|---|
| 198 | select FWRT_PACKAGE_HASERL
|
|---|
| 199 | select FWRT_PACKAGE_HDPARM
|
|---|
| 200 | select FWRT_PACKAGE_HEYU
|
|---|
| 201 | select FWRT_PACKAGE_HOSTAPD
|
|---|
| 202 | select FWRT_PACKAGE_HOSTAPD_MINI
|
|---|
| 203 | select FWRT_PACKAGE_HOSTAPD_UTILS
|
|---|
| 204 | select FWRT_PACKAGE_HOSTAP_UTILS
|
|---|
| 205 | select FWRT_PACKAGE_HOWL_UTILS
|
|---|
| 206 | select FWRT_PACKAGE_HTPDATE
|
|---|
| 207 | select FWRT_PACKAGE_HTTPING
|
|---|
| 208 | select FWRT_PACKAGE_HTTPING_WITH_SSL
|
|---|
| 209 | select FWRT_PACKAGE_HTTPTUNNEL
|
|---|
| 210 | select FWRT_PACKAGE_ICECAST
|
|---|
| 211 | select FWRT_PACKAGE_ID3LIB
|
|---|
| 212 | select FWRT_PACKAGE_IFTOP
|
|---|
| 213 | select FWRT_PACKAGE_IGMPPROXY
|
|---|
| 214 | select FWRT_PACKAGE_IP
|
|---|
| 215 | select FWRT_PACKAGE_IP6TABLES
|
|---|
| 216 | select FWRT_PACKAGE_IPCAD
|
|---|
| 217 | select FWRT_PACKAGE_IPERF
|
|---|
| 218 | select FWRT_PACKAGE_IPSET
|
|---|
| 219 | select FWRT_COMPILE_IPTABLES
|
|---|
| 220 | select FWRT_PACKAGE_IPTABLES
|
|---|
| 221 | select FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK
|
|---|
| 222 | select FWRT_PACKAGE_IPTABLES_MOD_EXTRA
|
|---|
| 223 | select FWRT_PACKAGE_IPTABLES_MOD_FILTER
|
|---|
| 224 | select FWRT_PACKAGE_IPTABLES_MOD_IMQ
|
|---|
| 225 | select FWRT_PACKAGE_IPTABLES_MOD_IPOPT
|
|---|
| 226 | select FWRT_PACKAGE_IPTABLES_MOD_IPSEC
|
|---|
| 227 | select FWRT_PACKAGE_IPTABLES_MOD_NAT
|
|---|
| 228 | select FWRT_PACKAGE_IPTABLES_MOD_ULOG
|
|---|
| 229 | select FWRT_PACKAGE_IPTABLES_SNMP
|
|---|
| 230 | select FWRT_PACKAGE_IPTABLES_UTILS
|
|---|
| 231 | select FWRT_PACKAGE_IPTRAF
|
|---|
| 232 | select FWRT_PACKAGE_IRSSI
|
|---|
| 233 | select FWRT_PACKAGE_JAMVM
|
|---|
| 234 | select FWRT_PACKAGE_JFFS2ROOT
|
|---|
| 235 | select FWRT_PACKAGE_JOE
|
|---|
| 236 | select FWRT_PACKAGE_KISMET_CLIENT
|
|---|
| 237 | select FWRT_PACKAGE_KISMET_DRONE
|
|---|
| 238 | select FWRT_PACKAGE_KISMET_SERVER
|
|---|
| 239 | select FWRT_PACKAGE_KNOCK
|
|---|
| 240 | select FWRT_PACKAGE_KNOCKD
|
|---|
| 241 | select FWRT_PACKAGE_L2TPD
|
|---|
| 242 | select FWRT_PACKAGE_L2TPNS
|
|---|
| 243 | select FWRT_PACKAGE_LCD4LINUX
|
|---|
| 244 | select FWRT_PACKAGE_LESS
|
|---|
| 245 | select FWRT_PACKAGE_LIBAO
|
|---|
| 246 | select FWRT_PACKAGE_LIBART
|
|---|
| 247 | select FWRT_PACKAGE_LIBAUDIOFILE
|
|---|
| 248 | select FWRT_PACKAGE_LIBAVAHI
|
|---|
| 249 | select FWRT_PACKAGE_LIBAXTLS
|
|---|
| 250 | select FWRT_PACKAGE_LIBCLI
|
|---|
| 251 | select FWRT_PACKAGE_LIBCURL
|
|---|
| 252 | select FWRT_PACKAGE_LIBDAEMON
|
|---|
| 253 | select FWRT_PACKAGE_LIBDB
|
|---|
| 254 | select FWRT_PACKAGE_LIBDNET
|
|---|
| 255 | select FWRT_PACKAGE_LIBELF
|
|---|
| 256 | select FWRT_PACKAGE_LIBEVENT
|
|---|
| 257 | select FWRT_PACKAGE_LIBEXPAT
|
|---|
| 258 | select FWRT_PACKAGE_LIBFFI_SABLE
|
|---|
| 259 | select FWRT_PACKAGE_LIBFLAC
|
|---|
| 260 | select FWRT_PACKAGE_LIBFREETYPE
|
|---|
| 261 | select FWRT_PACKAGE_LIBFUSE
|
|---|
| 262 | select FWRT_PACKAGE_LIBGCC
|
|---|
| 263 | select FWRT_PACKAGE_LIBGCRYPT
|
|---|
| 264 | select FWRT_PACKAGE_LIBGD
|
|---|
| 265 | select FWRT_PACKAGE_LIBGDBM
|
|---|
| 266 | select FWRT_PACKAGE_LIBGMP
|
|---|
| 267 | select FWRT_PACKAGE_LIBGNUTLS
|
|---|
| 268 | select FWRT_PACKAGE_LIBGNUTLS_OPENSSL
|
|---|
| 269 | select FWRT_PACKAGE_LIBGPG_ERROR
|
|---|
| 270 | select FWRT_PACKAGE_LIBGSM
|
|---|
| 271 | select FWRT_PACKAGE_LIBHOWL
|
|---|
| 272 | select FWRT_PACKAGE_LIBICONV
|
|---|
| 273 | select FWRT_PACKAGE_LIBID3TAG
|
|---|
| 274 | select FWRT_PACKAGE_LIBJPEG
|
|---|
| 275 | select FWRT_PACKAGE_LIBLTDL
|
|---|
| 276 | select FWRT_PACKAGE_LIBLUA
|
|---|
| 277 | select FWRT_PACKAGE_LIBLZO
|
|---|
| 278 | select FWRT_PACKAGE_LIBMAD
|
|---|
| 279 | select FWRT_PACKAGE_LIBMATRIXSSL
|
|---|
| 280 | select FWRT_PACKAGE_LIBMYSQLCLIENT
|
|---|
| 281 | select FWRT_PACKAGE_LIBNCURSES
|
|---|
| 282 | select FWRT_PACKAGE_LIBNET
|
|---|
| 283 | select FWRT_PACKAGE_LIBNETSNMP
|
|---|
| 284 | select FWRT_PACKAGE_LIBNIDS
|
|---|
| 285 | select FWRT_PACKAGE_LIBOGG
|
|---|
| 286 | select FWRT_PACKAGE_LIBOL
|
|---|
| 287 | select FWRT_PACKAGE_LIBOPENCDK
|
|---|
| 288 | select FWRT_PACKAGE_LIBOPENLDAP
|
|---|
| 289 | select FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 290 | select FWRT_PACKAGE_LIBOSIP2
|
|---|
| 291 | select FWRT_PACKAGE_LIBPCAP
|
|---|
| 292 | select FWRT_PACKAGE_LIBPCRE
|
|---|
| 293 | select FWRT_PACKAGE_LIBPNG
|
|---|
| 294 | select FWRT_PACKAGE_LIBPOPT
|
|---|
| 295 | select FWRT_PACKAGE_LIBPQ
|
|---|
| 296 | select FWRT_PACKAGE_LIBPTHREAD
|
|---|
| 297 | select FWRT_PACKAGE_LIBRADIUSCLIENT_NG
|
|---|
| 298 | select FWRT_PACKAGE_LIBREADLINE
|
|---|
| 299 | select FWRT_PACKAGE_LIBRRD
|
|---|
| 300 | select FWRT_PACKAGE_LIBSABLEVM_CLASSPATH
|
|---|
| 301 | select FWRT_PACKAGE_LIBSASL2
|
|---|
| 302 | select FWRT_PACKAGE_LIBSPEEX
|
|---|
| 303 | select FWRT_PACKAGE_LIBSQLITE
|
|---|
| 304 | select FWRT_PACKAGE_LIBSQLITE2
|
|---|
| 305 | select FWRT_PACKAGE_LIBTASN1
|
|---|
| 306 | select FWRT_PACKAGE_LIBUPNP
|
|---|
| 307 | select FWRT_PACKAGE_LIBUSB
|
|---|
| 308 | select FWRT_PACKAGE_LIBVORBIS
|
|---|
| 309 | select FWRT_PACKAGE_LIBVORBISIDEC
|
|---|
| 310 | select FWRT_PACKAGE_LIBWRAP
|
|---|
| 311 | select FWRT_PACKAGE_LIBXML2
|
|---|
| 312 | select FWRT_PACKAGE_LIBXSLT
|
|---|
| 313 | select FWRT_PACKAGE_LIGHTTPD
|
|---|
| 314 | select FWRT_PACKAGE_LIGHTTPD_MOD_ACCESSLOG
|
|---|
| 315 | select FWRT_PACKAGE_LIGHTTPD_MOD_ALIAS
|
|---|
| 316 | select FWRT_PACKAGE_LIGHTTPD_MOD_AUTH
|
|---|
| 317 | select FWRT_PACKAGE_LIGHTTPD_MOD_CGI
|
|---|
| 318 | select FWRT_PACKAGE_LIGHTTPD_MOD_EVASIVE
|
|---|
| 319 | select FWRT_PACKAGE_LIGHTTPD_MOD_EXPIRE
|
|---|
| 320 | select FWRT_PACKAGE_LIGHTTPD_MOD_FASTCGI
|
|---|
| 321 | select FWRT_PACKAGE_LIGHTTPD_MOD_PROXY
|
|---|
| 322 | select FWRT_PACKAGE_LIGHTTPD_MOD_REDIRECT
|
|---|
| 323 | select FWRT_PACKAGE_LIGHTTPD_MOD_REWRITE
|
|---|
| 324 | select FWRT_PACKAGE_LIGHTTPD_MOD_SETENV
|
|---|
| 325 | select FWRT_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
|
|---|
| 326 | select FWRT_PACKAGE_LIGHTTPD_MOD_SSI
|
|---|
| 327 | select FWRT_PACKAGE_LIGHTTPD_MOD_STATUS
|
|---|
| 328 | select FWRT_PACKAGE_LIGHTTPD_MOD_USERTRACK
|
|---|
| 329 | select FWRT_PACKAGE_LINUX_ATM
|
|---|
| 330 | select FWRT_PACKAGE_LOGROTATE
|
|---|
| 331 | select FWRT_PACKAGE_LOSETUP
|
|---|
| 332 | select FWRT_PACKAGE_LRZSZ
|
|---|
| 333 | select FWRT_PACKAGE_LSUSB
|
|---|
| 334 | select FWRT_PACKAGE_LUA
|
|---|
| 335 | select FWRT_PACKAGE_LUAC
|
|---|
| 336 | select FWRT_PACKAGE_LUA_EXAMPLES
|
|---|
| 337 | select FWRT_PACKAGE_MACCHANGER
|
|---|
| 338 | select FWRT_PACKAGE_MADPLAY
|
|---|
| 339 | select FWRT_PACKAGE_MARADNS
|
|---|
| 340 | select FWRT_PACKAGE_MATRIXTUNNEL
|
|---|
| 341 | select FWRT_PACKAGE_MDNSRESPONDER
|
|---|
| 342 | select FWRT_PACKAGE_MGETTY
|
|---|
| 343 | select FWRT_PACKAGE_MIAU
|
|---|
| 344 | select FWRT_PACKAGE_MIAX
|
|---|
| 345 | select FWRT_PACKAGE_MICROCOM
|
|---|
| 346 | select FWRT_PACKAGE_MICROPERL
|
|---|
| 347 | select FWRT_PACKAGE_MINI_HTTPD
|
|---|
| 348 | select FWRT_PACKAGE_MINI_HTTPD_HTPASSWD
|
|---|
| 349 | select FWRT_PACKAGE_MINI_HTTPD_MATRIXSSL
|
|---|
| 350 | select FWRT_PACKAGE_MINI_HTTPD_OPENSSL
|
|---|
| 351 | select FWRT_PACKAGE_MINI_SENDMAIL
|
|---|
| 352 | select FWRT_PACKAGE_MIREDO
|
|---|
| 353 | select FWRT_PACKAGE_MIREDO_SERVER
|
|---|
| 354 | select FWRT_PACKAGE_MKSH
|
|---|
| 355 | select FWRT_PACKAGE_MKSH_AS_BINASH
|
|---|
| 356 | select FWRT_PACKAGE_MONIT
|
|---|
| 357 | select FWRT_PACKAGE_MONIT_NOSSL
|
|---|
| 358 | select FWRT_PACKAGE_MOTION
|
|---|
| 359 | select FWRT_PACKAGE_MPD
|
|---|
| 360 | select FWRT_PACKAGE_MRD6
|
|---|
| 361 | select FWRT_PACKAGE_MTD
|
|---|
| 362 | select FWRT_PACKAGE_MTR
|
|---|
| 363 | select FWRT_PACKAGE_MT_DAAPD
|
|---|
| 364 | select FWRT_PACKAGE_MUTT
|
|---|
| 365 | select FWRT_PACKAGE_NANO
|
|---|
| 366 | select FWRT_PACKAGE_NDISC6
|
|---|
| 367 | select FWRT_PACKAGE_NETPERF
|
|---|
| 368 | select FWRT_PACKAGE_NETSTAT_NAT
|
|---|
| 369 | select FWRT_PACKAGE_NFS_SERVER
|
|---|
| 370 | select FWRT_PACKAGE_NIFD
|
|---|
| 371 | select FWRT_PACKAGE_NMAP
|
|---|
| 372 | select FWRT_PACKAGE_NOCATSPLASH
|
|---|
| 373 | select FWRT_PACKAGE_NTPCLIENT
|
|---|
| 374 | select FWRT_PACKAGE_NVRAM
|
|---|
| 375 | select FWRT_PACKAGE_OLSRD
|
|---|
| 376 | select FWRT_PACKAGE_OLSRD_MOD_DOT_DRAW
|
|---|
| 377 | select FWRT_PACKAGE_OLSRD_MOD_DYN_GW
|
|---|
| 378 | select FWRT_PACKAGE_OLSRD_MOD_HTTPINFO
|
|---|
| 379 | select FWRT_PACKAGE_OLSRD_MOD_NAMESERVICE
|
|---|
| 380 | select FWRT_PACKAGE_OLSRD_MOD_POWER
|
|---|
| 381 | select FWRT_PACKAGE_OLSRD_MOD_SECURE
|
|---|
| 382 | select FWRT_PACKAGE_OLSRD_MOD_TAS
|
|---|
| 383 | select FWRT_PACKAGE_OPENCDK
|
|---|
| 384 | select FWRT_PACKAGE_OPENLDAP_UTILS
|
|---|
| 385 | select FWRT_PACKAGE_OPENNTPD
|
|---|
| 386 | select FWRT_PACKAGE_OPENSER
|
|---|
| 387 | select FWRT_PACKAGE_OPENSER_MOD_AUTH
|
|---|
| 388 | select FWRT_PACKAGE_OPENSER_MOD_AUTH_DB
|
|---|
| 389 | select FWRT_PACKAGE_OPENSER_MOD_AUTH_RADIUS
|
|---|
| 390 | select FWRT_PACKAGE_OPENSER_MOD_AVPOPS
|
|---|
| 391 | select FWRT_PACKAGE_OPENSER_MOD_AVP_RADIUS
|
|---|
| 392 | select FWRT_PACKAGE_OPENSER_MOD_DISPATCHER
|
|---|
| 393 | select FWRT_PACKAGE_OPENSER_MOD_DIVERSION
|
|---|
| 394 | select FWRT_PACKAGE_OPENSER_MOD_FLATSTORE
|
|---|
| 395 | select FWRT_PACKAGE_OPENSER_MOD_GFLAGS
|
|---|
| 396 | select FWRT_PACKAGE_OPENSER_MOD_GROUP
|
|---|
| 397 | select FWRT_PACKAGE_OPENSER_MOD_GROUP_RADIUS
|
|---|
| 398 | select FWRT_PACKAGE_OPENSER_MOD_LCR
|
|---|
| 399 | select FWRT_PACKAGE_OPENSER_MOD_MEDIAPROXY
|
|---|
| 400 | select FWRT_PACKAGE_OPENSER_MOD_MSILO
|
|---|
| 401 | select FWRT_PACKAGE_OPENSER_MOD_MYSQL
|
|---|
| 402 | select FWRT_PACKAGE_OPENSER_MOD_NATHELPER
|
|---|
| 403 | select FWRT_PACKAGE_OPENSER_MOD_OPTIONS
|
|---|
| 404 | select FWRT_PACKAGE_OPENSER_MOD_PDT
|
|---|
| 405 | select FWRT_PACKAGE_OPENSER_MOD_PERMISSIONS
|
|---|
| 406 | select FWRT_PACKAGE_OPENSER_MOD_PIKE
|
|---|
| 407 | select FWRT_PACKAGE_OPENSER_MOD_SMS
|
|---|
| 408 | select FWRT_PACKAGE_OPENSER_MOD_SPEEDDIAL
|
|---|
| 409 | select FWRT_PACKAGE_OPENSER_MOD_UAC
|
|---|
| 410 | select FWRT_PACKAGE_OPENSER_MOD_UAC_REDIRECT
|
|---|
| 411 | select FWRT_PACKAGE_OPENSER_MOD_URI
|
|---|
| 412 | select FWRT_PACKAGE_OPENSER_MOD_URI_DB
|
|---|
| 413 | select FWRT_PACKAGE_OPENSER_MOD_URI_RADIUS
|
|---|
| 414 | select FWRT_PACKAGE_OPENSER_MOD_XLOG
|
|---|
| 415 | select FWRT_COMPILE_OPENSSH
|
|---|
| 416 | select FWRT_PACKAGE_OPENSSH_CLIENT
|
|---|
| 417 | select FWRT_PACKAGE_OPENSSH_CLIENT_UTILS
|
|---|
| 418 | select FWRT_PACKAGE_OPENSSH_SERVER
|
|---|
| 419 | select FWRT_PACKAGE_OPENSSH_SFTP_CLIENT
|
|---|
| 420 | select FWRT_PACKAGE_OPENSSH_SFTP_SERVER
|
|---|
| 421 | select FWRT_PACKAGE_OPENSSL_UTIL
|
|---|
| 422 | select FWRT_PACKAGE_OPENSWAN
|
|---|
| 423 | select FWRT_PACKAGE_OPENVPN
|
|---|
| 424 | select FWRT_PACKAGE_OPENVPN_EASY_RSA
|
|---|
| 425 | select FWRT_PACKAGE_OSIRISD
|
|---|
| 426 | select FWRT_PACKAGE_P910ND
|
|---|
| 427 | select FWRT_PACKAGE_PALANTIR
|
|---|
| 428 | select FWRT_PACKAGE_PARPROUTED
|
|---|
| 429 | select FWRT_PACKAGE_PCIUTILS
|
|---|
| 430 | select FWRT_PACKAGE_PCMCIA_CS
|
|---|
| 431 | select FWRT_PACKAGE_PEERCAST
|
|---|
| 432 | select FWRT_PACKAGE_PEERGUARDIAN
|
|---|
| 433 | select FWRT_PACKAGE_PGSQL_CLI
|
|---|
| 434 | select FWRT_PACKAGE_PHP4_CGI
|
|---|
| 435 | select FWRT_PACKAGE_PHP4_CLI
|
|---|
| 436 | select FWRT_PACKAGE_PHP4_FASTCGI
|
|---|
| 437 | select FWRT_PACKAGE_PHP4_MOD_CURL
|
|---|
| 438 | select FWRT_PACKAGE_PHP4_MOD_FTP
|
|---|
| 439 | select FWRT_PACKAGE_PHP4_MOD_GD
|
|---|
| 440 | select FWRT_PACKAGE_PHP4_MOD_GMP
|
|---|
| 441 | select FWRT_PACKAGE_PHP4_MOD_LDAP
|
|---|
| 442 | select FWRT_PACKAGE_PHP4_MOD_MYSQL
|
|---|
| 443 | select FWRT_PACKAGE_PHP4_MOD_OPENSSL
|
|---|
| 444 | select FWRT_PACKAGE_PHP4_MOD_PCRE
|
|---|
| 445 | select FWRT_PACKAGE_PHP4_MOD_PGSQL
|
|---|
| 446 | select FWRT_PACKAGE_PHP4_MOD_SESSION
|
|---|
| 447 | select FWRT_PACKAGE_PHP4_MOD_SOCKETS
|
|---|
| 448 | select FWRT_PACKAGE_PHP4_MOD_SQLITE
|
|---|
| 449 | select FWRT_PACKAGE_PHP4_MOD_XML
|
|---|
| 450 | select FWRT_PACKAGE_PHP5_CGI
|
|---|
| 451 | select FWRT_PACKAGE_PHP5_CLI
|
|---|
| 452 | select FWRT_PACKAGE_PHP5_FASTCGI
|
|---|
| 453 | select FWRT_PACKAGE_PHP5_MOD_CURL
|
|---|
| 454 | select FWRT_PACKAGE_PHP5_MOD_FTP
|
|---|
| 455 | select FWRT_PACKAGE_PHP5_MOD_GD
|
|---|
| 456 | select FWRT_PACKAGE_PHP5_MOD_GMP
|
|---|
| 457 | select FWRT_PACKAGE_PHP5_MOD_LDAP
|
|---|
| 458 | select FWRT_PACKAGE_PHP5_MOD_MYSQL
|
|---|
| 459 | select FWRT_PACKAGE_PHP5_MOD_OPENSSL
|
|---|
| 460 | select FWRT_PACKAGE_PHP5_MOD_PCRE
|
|---|
| 461 | select FWRT_PACKAGE_PHP5_MOD_PGSQL
|
|---|
| 462 | select FWRT_PACKAGE_PHP5_MOD_SESSION
|
|---|
| 463 | select FWRT_PACKAGE_PHP5_MOD_SOCKETS
|
|---|
| 464 | select FWRT_PACKAGE_PHP5_MOD_SQLITE
|
|---|
| 465 | select FWRT_PACKAGE_PHP5_MOD_XML
|
|---|
| 466 | select FWRT_PACKAGE_PICOCOM
|
|---|
| 467 | select FWRT_PACKAGE_PIPACS
|
|---|
| 468 | select FWRT_PACKAGE_PORTMAP
|
|---|
| 469 | select FWRT_PACKAGE_PORTSENTRY
|
|---|
| 470 | select FWRT_PACKAGE_PPP
|
|---|
| 471 | select FWRT_PACKAGE_PPPDUMP
|
|---|
| 472 | select FWRT_PACKAGE_PPPOE_CLIENT
|
|---|
| 473 | select FWRT_PACKAGE_PPPOE_RELAY
|
|---|
| 474 | select FWRT_PACKAGE_PPPOE_SERVER
|
|---|
| 475 | select FWRT_PACKAGE_PPPOE_SNIFF
|
|---|
| 476 | select FWRT_PACKAGE_PPPSTATS
|
|---|
| 477 | select FWRT_PACKAGE_PPPUMTS
|
|---|
| 478 | select FWRT_PACKAGE_PPP_MOD_PPPOA
|
|---|
| 479 | select FWRT_PACKAGE_PPP_MOD_PPPOE
|
|---|
| 480 | select FWRT_PACKAGE_PPP_MOD_RADIUS
|
|---|
| 481 | select FWRT_PACKAGE_PPP_WITH_FILTER
|
|---|
| 482 | select FWRT_PACKAGE_PPTP
|
|---|
| 483 | select FWRT_PACKAGE_PPTPD
|
|---|
| 484 | select FWRT_PACKAGE_PRIVOXY
|
|---|
| 485 | select FWRT_PACKAGE_PROCMAIL
|
|---|
| 486 | select FWRT_PACKAGE_PSYBNC
|
|---|
| 487 | select FWRT_PACKAGE_PTUNNEL
|
|---|
| 488 | select FWRT_PACKAGE_QUAGGA
|
|---|
| 489 | select FWRT_PACKAGE_QUAGGA_BGPD
|
|---|
| 490 | select FWRT_PACKAGE_QUAGGA_OSPF6D
|
|---|
| 491 | select FWRT_PACKAGE_QUAGGA_OSPFD
|
|---|
| 492 | select FWRT_PACKAGE_QUAGGA_RIPD
|
|---|
| 493 | select FWRT_PACKAGE_QUAGGA_RIPNGD
|
|---|
| 494 | select FWRT_PACKAGE_QUAGGA_VTYSH
|
|---|
| 495 | select FWRT_PACKAGE_RADDUMP
|
|---|
| 496 | select FWRT_PACKAGE_RADIUSCLIENT_NG
|
|---|
| 497 | select FWRT_PACKAGE_RADVD
|
|---|
| 498 | select FWRT_PACKAGE_RARPD
|
|---|
| 499 | select FWRT_PACKAGE_RDISC6
|
|---|
| 500 | select FWRT_PACKAGE_REAIM
|
|---|
| 501 | select FWRT_PACKAGE_ROBOCFG
|
|---|
| 502 | select FWRT_PACKAGE_ROOFNET
|
|---|
| 503 | select FWRT_PACKAGE_RRDCGI
|
|---|
| 504 | select FWRT_PACKAGE_RRDCOLLECT
|
|---|
| 505 | select FWRT_PACKAGE_RRDCOLLECT_EXAMPLE
|
|---|
| 506 | select FWRT_PACKAGE_RRDTOOL
|
|---|
| 507 | select FWRT_PACKAGE_RRS
|
|---|
| 508 | select FWRT_PACKAGE_RRS_NOSSL
|
|---|
| 509 | select FWRT_PACKAGE_RSYNC
|
|---|
| 510 | select FWRT_PACKAGE_SABLEVM
|
|---|
| 511 | select FWRT_PACKAGE_SABLEVM_CLASSPATH_FULL
|
|---|
| 512 | select FWRT_PACKAGE_SABLEVM_CLASSPATH_MINI
|
|---|
| 513 | select FWRT_PACKAGE_SAMBA
|
|---|
| 514 | select FWRT_PACKAGE_SAMBA_CLIENT
|
|---|
| 515 | select FWRT_PACKAGE_SANE_BACKENDS
|
|---|
| 516 | select FWRT_PACKAGE_SCANLOGD
|
|---|
| 517 | select FWRT_PACKAGE_SCDP
|
|---|
| 518 | select FWRT_PACKAGE_SCREEN
|
|---|
| 519 | select FWRT_PACKAGE_SER2NET
|
|---|
| 520 | select FWRT_PACKAGE_SERDISPLIB
|
|---|
| 521 | select FWRT_PACKAGE_SETPWC
|
|---|
| 522 | select FWRT_PACKAGE_SETSERIAL
|
|---|
| 523 | select FWRT_PACKAGE_SHAT
|
|---|
| 524 | select FWRT_PACKAGE_SHFS
|
|---|
| 525 | select FWRT_PACKAGE_SIPP
|
|---|
| 526 | select FWRT_PACKAGE_SIPROXD
|
|---|
| 527 | select FWRT_PACKAGE_SIPSAK
|
|---|
| 528 | select FWRT_PACKAGE_SLURM
|
|---|
| 529 | select FWRT_PACKAGE_SNMPD
|
|---|
| 530 | select FWRT_PACKAGE_SNMP_UTILS
|
|---|
| 531 | select FWRT_PACKAGE_SOCAT
|
|---|
| 532 | select FWRT_PACKAGE_SQLITE2_CLI
|
|---|
| 533 | select FWRT_PACKAGE_SQLITE_CLI
|
|---|
| 534 | select FWRT_PACKAGE_SQUID
|
|---|
| 535 | select FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
|
|---|
| 536 | select FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
|
|---|
| 537 | select FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
|
|---|
| 538 | select FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND
|
|---|
| 539 | select FWRT_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
|
|---|
| 540 | select FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
|
|---|
| 541 | select FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
|
|---|
| 542 | select FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP
|
|---|
| 543 | select FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
|
|---|
| 544 | select FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
|
|---|
| 545 | select FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH
|
|---|
| 546 | select FWRT_PACKAGE_SRELAY
|
|---|
| 547 | select FWRT_PACKAGE_SSLTUNNEL
|
|---|
| 548 | select FWRT_PACKAGE_SSMTP
|
|---|
| 549 | select FWRT_PACKAGE_STRACE
|
|---|
| 550 | select FWRT_PACKAGE_SWAP_UTILS
|
|---|
| 551 | select FWRT_PACKAGE_SYSLOG_NG
|
|---|
| 552 | select FWRT_COMPILE_IPROUTE2
|
|---|
| 553 | select FWRT_PACKAGE_TC
|
|---|
| 554 | select FWRT_PACKAGE_TCPDUMP
|
|---|
| 555 | select FWRT_PACKAGE_TCPTRACEROUTE6
|
|---|
| 556 | select FWRT_PACKAGE_TINC
|
|---|
| 557 | select FWRT_PACKAGE_TINYPROXY
|
|---|
| 558 | select FWRT_PACKAGE_TMSNC
|
|---|
| 559 | select FWRT_PACKAGE_TOR
|
|---|
| 560 | select FWRT_PACKAGE_TTCP
|
|---|
| 561 | select FWRT_PACKAGE_UCLIBCXX
|
|---|
| 562 | select FWRT_PACKAGE_UDP_BROADCAST_RELAY
|
|---|
| 563 | select FWRT_PACKAGE_ULOGD
|
|---|
| 564 | select FWRT_PACKAGE_ULOGD_MOD_EXTRA
|
|---|
| 565 | select FWRT_PACKAGE_ULOGD_MOD_MYSQL
|
|---|
| 566 | select FWRT_PACKAGE_ULOGD_MOD_PCAP
|
|---|
| 567 | select FWRT_PACKAGE_ULOGD_MOD_PGSQL
|
|---|
| 568 | select FWRT_PACKAGE_ULOGD_MOD_SQLITE
|
|---|
| 569 | select FWRT_PACKAGE_UPDATEDD
|
|---|
| 570 | select FWRT_PACKAGE_UPDATEDD_MOD_CHANGEIP
|
|---|
| 571 | select FWRT_PACKAGE_UPDATEDD_MOD_DYNDNS
|
|---|
| 572 | select FWRT_PACKAGE_UPDATEDD_MOD_EURODYNDNS
|
|---|
| 573 | select FWRT_PACKAGE_UPDATEDD_MOD_HN
|
|---|
| 574 | select FWRT_PACKAGE_UPDATEDD_MOD_NOIP
|
|---|
| 575 | select FWRT_PACKAGE_UPDATEDD_MOD_ODS
|
|---|
| 576 | select FWRT_PACKAGE_UPDATEDD_MOD_OVH
|
|---|
| 577 | select FWRT_PACKAGE_UPDATEDD_MOD_REGFISH
|
|---|
| 578 | select FWRT_PACKAGE_UPDATEDD_MOD_TZO
|
|---|
| 579 | select FWRT_PACKAGE_USTL
|
|---|
| 580 | select FWRT_PACKAGE_VGP
|
|---|
| 581 | select FWRT_PACKAGE_VIM
|
|---|
| 582 | select FWRT_PACKAGE_VNCREPEATER
|
|---|
| 583 | select FWRT_PACKAGE_VNC_REFLECTOR
|
|---|
| 584 | select FWRT_PACKAGE_VNSTAT
|
|---|
| 585 | select FWRT_PACKAGE_VPNC
|
|---|
| 586 | select FWRT_PACKAGE_VRRPD
|
|---|
| 587 | select FWRT_PACKAGE_VSFTPD
|
|---|
| 588 | select FWRT_PACKAGE_VTUN
|
|---|
| 589 | select FWRT_PACKAGE_WATCHDOG
|
|---|
| 590 | select FWRT_PACKAGE_WCCPD
|
|---|
| 591 | select FWRT_PACKAGE_WEECHAT
|
|---|
| 592 | select FWRT_PACKAGE_WIFIDOG
|
|---|
| 593 | select FWRT_PACKAGE_WIRELESS_TOOLS
|
|---|
| 594 | select FWRT_PACKAGE_WIVIZ
|
|---|
| 595 | select FWRT_PACKAGE_WKNOCK
|
|---|
| 596 | select FWRT_PACKAGE_WOL
|
|---|
| 597 | select FWRT_PACKAGE_WONDERSHAPER
|
|---|
| 598 | select FWRT_PACKAGE_WPA_SUPPLICANT
|
|---|
| 599 | select FWRT_PACKAGE_WPUT
|
|---|
| 600 | select FWRT_PACKAGE_WRT_RADAUTH
|
|---|
| 601 | select FWRT_PACKAGE_WX200D
|
|---|
| 602 | select FWRT_PACKAGE_XINETD
|
|---|
| 603 | select FWRT_PACKAGE_XSUPPLICANT
|
|---|
| 604 | select FWRT_PACKAGE_ZLIB
|
|---|
| 605 | select FWRT_PACKAGE_KMOD_ALSA
|
|---|
| 606 | select FWRT_PACKAGE_KMOD_BROADCOM_DIAG
|
|---|
| 607 | select FWRT_PACKAGE_KMOD_BROADCOM_MMC
|
|---|
| 608 | select FWRT_PACKAGE_KMOD_BROADCOM_WL
|
|---|
| 609 | select FWRT_PACKAGE_KMOD_FUSE
|
|---|
| 610 | select FWRT_PACKAGE_KMOD_HOSTAP
|
|---|
| 611 | select FWRT_PACKAGE_KMOD_HOSTAP_PCI
|
|---|
| 612 | select FWRT_PACKAGE_KMOD_HOSTAP_PLX
|
|---|
| 613 | select FWRT_PACKAGE_KMOD_MADWIFI
|
|---|
| 614 | select FWRT_PACKAGE_KMOD_MINI_FO
|
|---|
| 615 | select FWRT_PACKAGE_KMOD_SPCA5XX
|
|---|
| 616 | select FWRT_COMPILE_KMOD_SWITCH
|
|---|
| 617 | select FWRT_PACKAGE_KMOD_SWITCH_CORE
|
|---|
| 618 | select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK
|
|---|
| 619 | select FWRT_PACKAGE_KMOD_SWITCH_ROBO
|
|---|
| 620 | select FWRT_PACKAGE_KMOD_WLCOMPAT
|
|---|
| 621 | select FWRT_PACKAGE_KMOD_ATM
|
|---|
| 622 | select FWRT_PACKAGE_KMOD_GRE
|
|---|
| 623 | select FWRT_PACKAGE_KMOD_IMQ
|
|---|
| 624 | select FWRT_PACKAGE_KMOD_IPIP
|
|---|
| 625 | select FWRT_PACKAGE_KMOD_IPV6
|
|---|
| 626 | select FWRT_PACKAGE_KMOD_PPP
|
|---|
| 627 | select FWRT_PACKAGE_KMOD_MPPE
|
|---|
| 628 | select FWRT_PACKAGE_KMOD_PPPOATM
|
|---|
| 629 | select FWRT_PACKAGE_KMOD_PPPOE
|
|---|
| 630 | select FWRT_PACKAGE_KMOD_SCHED
|
|---|
| 631 | select FWRT_PACKAGE_KMOD_TUN
|
|---|
| 632 | select FWRT_PACKAGE_KMOD_ARPTABLES
|
|---|
| 633 | select FWRT_PACKAGE_KMOD_EBTABLES
|
|---|
| 634 | select FWRT_PACKAGE_KMOD_IPTABLES
|
|---|
| 635 | select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
|
|---|
| 636 | select FWRT_PACKAGE_KMOD_IPT_FILTER
|
|---|
| 637 | select FWRT_PACKAGE_KMOD_IPT_IPOPT
|
|---|
| 638 | select FWRT_PACKAGE_KMOD_IPT_IPSEC
|
|---|
| 639 | select FWRT_PACKAGE_KMOD_IPT_NAT
|
|---|
| 640 | select FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA
|
|---|
| 641 | select FWRT_PACKAGE_KMOD_IPT_QUEUE
|
|---|
| 642 | select FWRT_PACKAGE_KMOD_IPT_ULOG
|
|---|
| 643 | select FWRT_PACKAGE_KMOD_IPT_EXTRA
|
|---|
| 644 | select FWRT_PACKAGE_KMOD_IP6TABLES
|
|---|
| 645 | select FWRT_PACKAGE_KMOD_LOOP
|
|---|
| 646 | select FWRT_PACKAGE_KMOD_NBD
|
|---|
| 647 | select FWRT_PACKAGE_KMOD_FS_CIFS
|
|---|
| 648 | select FWRT_PACKAGE_KMOD_FS_EXT2
|
|---|
| 649 | select FWRT_PACKAGE_KMOD_FS_EXT3
|
|---|
| 650 | select FWRT_PACKAGE_KMOD_FS_HFSPLUS
|
|---|
| 651 | select FWRT_PACKAGE_KMOD_FS_NFS
|
|---|
| 652 | select FWRT_PACKAGE_KMOD_FS_VFAT
|
|---|
| 653 | select FWRT_PACKAGE_KMOD_FS_XFS
|
|---|
| 654 | select FWRT_PACKAGE_KMOD_PWC
|
|---|
| 655 | select FWRT_PACKAGE_KMOD_SOUNDCORE
|
|---|
| 656 | select FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 657 | select FWRT_PACKAGE_KMOD_NLS_CP437
|
|---|
| 658 | select FWRT_PACKAGE_KMOD_NLS_CP737
|
|---|
| 659 | select FWRT_PACKAGE_KMOD_NLS_CP775
|
|---|
| 660 | select FWRT_PACKAGE_KMOD_NLS_CP850
|
|---|
| 661 | select FWRT_PACKAGE_KMOD_NLS_CP852
|
|---|
| 662 | select FWRT_PACKAGE_KMOD_NLS_CP855
|
|---|
| 663 | select FWRT_PACKAGE_KMOD_NLS_CP857
|
|---|
| 664 | select FWRT_PACKAGE_KMOD_NLS_CP860
|
|---|
| 665 | select FWRT_PACKAGE_KMOD_NLS_CP861
|
|---|
| 666 | select FWRT_PACKAGE_KMOD_NLS_CP862
|
|---|
| 667 | select FWRT_PACKAGE_KMOD_NLS_CP863
|
|---|
| 668 | select FWRT_PACKAGE_KMOD_NLS_CP864
|
|---|
| 669 | select FWRT_PACKAGE_KMOD_NLS_CP865
|
|---|
| 670 | select FWRT_PACKAGE_KMOD_NLS_CP866
|
|---|
| 671 | select FWRT_PACKAGE_KMOD_NLS_CP869
|
|---|
| 672 | select FWRT_PACKAGE_KMOD_NLS_CP874
|
|---|
| 673 | select FWRT_PACKAGE_KMOD_NLS_CP932
|
|---|
| 674 | select FWRT_PACKAGE_KMOD_NLS_CP936
|
|---|
| 675 | select FWRT_PACKAGE_KMOD_NLS_CP949
|
|---|
| 676 | select FWRT_PACKAGE_KMOD_NLS_CP950
|
|---|
| 677 | select FWRT_PACKAGE_KMOD_NLS_CP1250
|
|---|
| 678 | select FWRT_PACKAGE_KMOD_NLS_CP1251
|
|---|
| 679 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_1
|
|---|
| 680 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_2
|
|---|
| 681 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_3
|
|---|
| 682 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_4
|
|---|
| 683 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_5
|
|---|
| 684 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_6
|
|---|
| 685 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_7
|
|---|
| 686 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_8
|
|---|
| 687 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_9
|
|---|
| 688 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_13
|
|---|
| 689 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_14
|
|---|
| 690 | select FWRT_PACKAGE_KMOD_NLS_ISO8859_15
|
|---|
| 691 | select FWRT_PACKAGE_KMOD_NLS_KOI8_R
|
|---|
| 692 | select FWRT_PACKAGE_KMOD_NLS_KOI8_U
|
|---|
| 693 | select FWRT_PACKAGE_KMOD_NLS_UTF8
|
|---|
| 694 | select FWRT_PACKAGE_KMOD_VIDEODEV
|
|---|
| 695 | select FWRT_PACKAGE_KMOD_SWITCH_CORE
|
|---|
| 696 | select FWRT_PACKAGE_KMOD_SWITCH_ROBO
|
|---|
| 697 | select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK
|
|---|
| 698 | select FWRT_PACKAGE_KMOD_NOZOMI
|
|---|
| 699 | select FWRT_PACKAGE_KMOD_PCMCIA_CORE
|
|---|
| 700 | select FWRT_PACKAGE_KMOD_PCMCIA_SERIAL
|
|---|
| 701 | select FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 702 | select FWRT_PACKAGE_KMOD_USB
|
|---|
| 703 | select FWRT_PACKAGE_KMOD_USB_OHCI
|
|---|
| 704 | select FWRT_PACKAGE_KMOD_USB_UHCI
|
|---|
| 705 | select FWRT_PACKAGE_KMOD_USB2
|
|---|
| 706 | select FWRT_PACKAGE_KMOD_USB_ACM
|
|---|
| 707 | select FWRT_PACKAGE_KMOD_USB_AUDIO
|
|---|
| 708 | select FWRT_PACKAGE_KMOD_USB_PRINTER
|
|---|
| 709 | select FWRT_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 710 | select FWRT_PACKAGE_KMOD_USB_SERIAL_BELKIN
|
|---|
| 711 | select FWRT_PACKAGE_KMOD_USB_SERIAL_FTDI
|
|---|
| 712 | select FWRT_PACKAGE_KMOD_USB_SERIAL_MCT_U232
|
|---|
| 713 | select FWRT_PACKAGE_KMOD_USB_SERIAL_PL2303
|
|---|
| 714 | select FWRT_PACKAGE_KMOD_USB_SERIAL_VISOR
|
|---|
| 715 | select FWRT_PACKAGE_KMOD_USB_STORAGE
|
|---|
| 716 | select FWRT_PACKAGE_KMOD_USB_ATM
|
|---|
| 717 | select FWRT_PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
|
|---|
| 718 | select FWRT_PACKAGE_KMOD_AX25
|
|---|
| 719 | select FWRT_PACKAGE_KMOD_BLUETOOTH
|
|---|
| 720 | select FWRT_PACKAGE_KMOD_PARPORT
|
|---|
| 721 | select FWRT_PACKAGE_KMOD_PARPORT_SPLINK
|
|---|
| 722 | select FWRT_PACKAGE_KMOD_PPDEV
|
|---|
| 723 | select FWRT_PACKAGE_KMOD_LP
|
|---|
| 724 | select FWRT_PACKAGE_KMOD_SOFTDOG
|
|---|
| 725 | select FWRT_PACKAGE_KMOD_CRYPTO
|
|---|
| 726 | help
|
|---|
| 727 | Select and compile all available packages.
|
|---|
| 728 | Full build takes some time and needs a lot of space
|
|---|
| 729 | on disk.
|
|---|
| 730 | endchoice
|
|---|