config FWRT_IPV6 bool "Enable IPv6 support" default n select FWRT_KPACKAGE_KMOD_IPV6 help Enable basic IPv6 support (kmod-ipv6) and make the IPv6 support options in packages visible. comment "Target Network Configuration" menu "LAN" config FWRT_NETWORK_LAN bool "Activate LAN interface" default y config FWRT_NETWORK_LAN_INTERFACE string "LAN interface name" default "eth0.0" if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE default "eth0.0" if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM default "eth0.0" if FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM default "eth0.0" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G default "eth0.0" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS default "eth0.0" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 default "eth0.0" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G default "eth0.0" if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U default "eth0" depends on FWRT_NETWORK_LAN help LAN interface name config FWRT_NETWORK_LAN_LLADDR string "LAN port link-layer (MAC) address" default "" depends on FWRT_NETWORK_LAN help Change the link-layer (MAC) address for the LAN port here, or set to an empty string to not change it at startup. config FWRT_NETWORK_LAN_SWITCH_PORTS string "Switch ports used for LAN" default "0 1 2 3 5*" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 default "0 1 2 3 5*" if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U default "0 1 2 3 5*" if FWRT_DEVICE_BRCM_LINKSYS_WRT54G default "1 2 3 4 5*" depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U depends on FWRT_NETWORK_LAN help Switch ports used for logical LAN. 5 is the internal switch port. Exact one asterisk * is needed in one of the switch configurations. config FWRT_NETWORK_LANBRIDGE bool "Prepare bridge LAN<->WLAN" default n depends on FWRT_NETWORK_LAN select FWRT_NETWORK_WLAN select FWRT_PACKAGE_BRIDGE_UTILS config FWRT_NETWORK_LANBRIDGE_INTERFACE string "Bridge interface name" default "br0" depends on FWRT_NETWORK_LANBRIDGE help Bridge interface name choice prompt "IP configuration" depends on FWRT_NETWORK_LAN config FWRT_NETWORK_LAN_PROTO_STATIC bool "Static IP configuration" help Protocol used for the LAN interface config FWRT_NETWORK_LAN_PROTO_DHCP bool "DHCP" help Protocol used for the LAN interface endchoice config FWRT_NETWORK_LANBRIDGE_IP_ADDRESS string "Bridge IP address" default "192.168.1.1" depends on FWRT_NETWORK_LAN_PROTO_STATIC depends on FWRT_NETWORK_LANBRIDGE help Bridge IP address config FWRT_NETWORK_LANBRIDGE_IP_NETMASK string "Bridge IP netmask" default "255.255.255.0" depends on FWRT_NETWORK_LAN_PROTO_STATIC depends on FWRT_NETWORK_LANBRIDGE help Bridge IP netmask config FWRT_NETWORK_LAN_IP_ADDRESS string "LAN IP address" default "192.168.1.1" depends on FWRT_NETWORK_LAN_PROTO_STATIC depends on ! FWRT_NETWORK_LANBRIDGE help LAN IP address config FWRT_NETWORK_LAN_IP_NETMASK string "LAN IP netmask" default "255.255.255.0" depends on FWRT_NETWORK_LAN_PROTO_STATIC depends on ! FWRT_NETWORK_LANBRIDGE help LAN IP netmask endmenu menu "WAN" depends on !FWRT_DEVICE_ATHEROS config FWRT_NETWORK_WAN bool "Activate WAN interface" default y config FWRT_NETWORK_WAN_INTERFACE string "WAN interface name" default "eth0.1" if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE default "eth0.1" if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM default "eth0.1" if FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM default "eth0.1" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G default "eth0.1" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS default "eth0.1" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 default "eth0.1" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G default "eth0.1" if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U default "eth1" depends on FWRT_NETWORK_WAN help WAN interface name config FWRT_NETWORK_WAN_LLADDR string "WAN port link-layer (MAC) address" default "" depends on FWRT_NETWORK_WAN help Change the link-layer (MAC) address for the WAN port here, or set to an empty string to not change it at startup. config FWRT_NETWORK_WAN_SWITCH_PORTS string "Switch ports used for WAN" default "4 5" if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 default "4 5" if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U default "4 5" if FWRT_DEVICE_BRCM_LINKSYS_WRT54G default "0 5" depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U depends on FWRT_NETWORK_WAN help Switch ports used for WAN. choice prompt "IP configuration" depends on FWRT_NETWORK_WAN config FWRT_NETWORK_WAN_PROTO_DHCP bool "DHCP" help Automatic interface configuration via DHCP client. config FWRT_NETWORK_WAN_PROTO_STATIC bool "static IP configuration" help static interface configuration. endchoice config FWRT_NETWORK_WAN_IP_ADDRESS string "WAN IP address" default "10.0.0.23" depends on FWRT_NETWORK_WAN_PROTO_STATIC help IP address config FWRT_NETWORK_WAN_IP_NETMASK string "WAN IP netmask" default "255.255.255.0" depends on FWRT_NETWORK_WAN_PROTO_STATIC help IP netmask config FWRT_NETWORK_WAN_IP_GATEWAY string "WAN IP gateway" default "10.0.0.1" depends on FWRT_NETWORK_WAN_PROTO_STATIC help IP gateway endmenu menu "Wireless LAN" config FWRT_NETWORK_WLAN bool "Activate WLAN interface" default n help Activate Wireless LAN config FWRT_NETWORK_WLAN_TYPE string "Wireless card type" default "atheros" if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U || FWRT_DEVICE_ATHEROS default "broadcom" depends on FWRT_NETWORK_WLAN help Wireless chipset used, needed for correct ifupdown scripts to configure wireless. config FWRT_NETWORK_WLAN_INTERFACE string "WLAN interface name" default "ath0" if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U || FWRT_DEVICE_ATHEROS default "wl0" depends on FWRT_NETWORK_WLAN help Wireless LAN interface name config FWRT_NETWORK_WLAN_LLADDR string "WLAN port link-layer (MAC) address" default "" depends on FWRT_NETWORK_WLAN help Change the link-layer (MAC) address for the WLAN port here, or set to an empty string to not change it at startup. config FWRT_NETWORK_WLAN_IP_ADDRESS string "WLAN IP address" default "192.168.2.1" depends on ! FWRT_NETWORK_LANBRIDGE depends on FWRT_NETWORK_WLAN help WLAN IP address config FWRT_NETWORK_WLAN_IP_NETMASK string "WLAN IP netmask" default "255.255.255.0" depends on ! FWRT_NETWORK_LANBRIDGE depends on FWRT_NETWORK_WLAN help WLAN IP netmask config FWRT_NETWORK_WLAN_SET_BINTVAL bool "Manually set the Beacon interval" depends on FWRT_NETWORK_WLAN_TYPE = "atheros" default n help Enable this to alter the default interval at which beacons are sent out config FWRT_NETWORK_WLAN_BINTVAL int "Beacon interval" depends on FWRT_NETWORK_WLAN_SET_BINTVAL default 100 help enter the new Beacon interval in milliseconds here. choice prompt "Wireless mode" depends on FWRT_NETWORK_WLAN config FWRT_NETWORK_WLAN_MODE_AP bool "Accesspoint Mode (AP)" help Accesspoint mode config FWRT_NETWORK_WLAN_MODE_STA bool "Client mode (STA)" help Client mode endchoice config FWRT_NETWORK_WLAN_ESSID string "network name (ESSID)" depends on FWRT_NETWORK_WLAN default "FreeWRT" help Wireless network name config FWRT_NETWORK_WLAN_CHANNEL string "wireless channel" depends on FWRT_NETWORK_WLAN default "11" help Wireless channel 1-11 (1-13) config FWRT_NETWORK_WLAN_COUNTRY string "country for wireless channel" depends on FWRT_NETWORK_WLAN default "DE" help Wireless channel settings are country specific menu "wireless security settings" depends on FWRT_NETWORK_WLAN choice prompt "security" depends on FWRT_NETWORK_WLAN config FWRT_NETWORK_WLAN_SECURITY_NONE bool "No authorisation" help No authorisation config FWRT_NETWORK_WLAN_SECURITY_WEP bool "wep" help WEP key config FWRT_NETWORK_WLAN_SECURITY_WPA_PSK bool "wpa-psk" help WPA with preshared key config FWRT_NETWORK_WLAN_SECURITY_802.1X bool "802.1x" help IEEE 802.1X authentication endchoice choice prompt "authorisation" depends on !FWRT_NETWORK_WLAN_SECURITY_NONE config FWRT_NETWORK_WLAN_AUTORIZATION_OPEN bool "open" depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X help Only Open System Authentication config FWRT_NETWORK_WLAN_AUTORIZATION_SHARED bool "shared" depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X help Only Shared System Authentication config FWRT_NETWORK_WLAN_AUTORIZATION_OPEN_AND_SHARED bool "open+shared" depends on FWRT_NETWORK_WLAN_SECURITY_WEP help Both Open System and Shared Key Authentication config FWRT_NETWORK_WLAN_AUTORIZATION_PSK bool "psk" depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK help WPA PSK config FWRT_NETWORK_WLAN_AUTORIZATION_PSK2 bool "psk2" depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK help WPA2 PSK config FWRT_NETWORK_WLAN_AUTORIZATION_PSK_PSK2 bool "psk psk2" depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK help WPA PSK and WPA2 PSK config FWRT_NETWORK_WLAN_AUTORIZATION_WPA bool "wpa" depends on FWRT_NETWORK_WLAN_SECURITY_802.1X help WPA with RADIUS config FWRT_NETWORK_WLAN_AUTORIZATION_WPA2 bool "wpa2" depends on FWRT_NETWORK_WLAN_SECURITY_802.1X help WPA2 with RADIUS config FWRT_NETWORK_WLAN_AUTORIZATION_WPA_AND_WPA2 bool "wpa wpa2" depends on FWRT_NETWORK_WLAN_SECURITY_802.1X help WPA and WPA2 endchoice choice prompt "encryption" depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK || FWRT_NETWORK_WLAN_SECURITY_802.1X config FWRT_NETWORK_WLAN_ENCRYPTION_TKIP bool "tkip" help RC4 encryption config FWRT_NETWORK_WLAN_ENCRYPTION_AES bool "aes" help AES encryption config FWRT_NETWORK_WLAN_ENCRYPTION_AES_TKIP bool "aes+tkip" help Support for RC4 and AES encryption config FWRT_NETWORK_WLAN_ENCRYPTION_WEP bool "wep" depends on FWRT_NETWORK_WLAN_SECURITY_802.1X help RC4 encryption (static) endchoice choice prompt "eap-type" depends on FWRT_NETWORK_WLAN_SECURITY_802.1X config FWRT_NETWORK_WLAN_EAP_TLS bool "tls" help Transport Layer Security config FWRT_NETWORK_WLAN_EAP_TTLS bool "ttls" help Tunnelled TLS config FWRT_NETWORK_WLA_EAP_PEAP bool "peap" help Protected EAP config FWRT_NETWORK_WLAN_EAP_LEAP bool "leap" help Cisco Wireless endchoice menu "radius settings" depends on FWRT_NETWORK_WLAN_SECURITY_802.1X config FWRT_NETWORK_WLAN_RADIUS_IPADDR string "radius ipaddr" default "0.0.0.0" help Transport Layer Security config FWRT_NETWORK_WLAN_RADIUS_PORT string "radius port" default "1812" help RADIUS-Port# to connect config FWRT_NETWORK_WLAN_RADIUS_KEY string "radius key" help Shared Secret for connection to the Radius server endmenu config FWRT_NETWORK_WLAN_WEP_KEY string "wep key" depends on FWRT_NETWORK_WLAN_SECURITY_WEP help wep key to use config FWRT_NETWORK_WLAN_WPA_KEY string "wpa key" depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK help wpa key to use (8 characters or more) config FWRT_NETWORK_WLAN_WPA_GTK_REKEY string "Rekeying interval in seconds" depends on FWRT_NETWORK_WLAN_SECURITY_802.1X || FWRT_NETWORK_WLAN_SECURITY_WPA_PSK default "3600" help Rekeying interval in seconds endmenu endmenu config FWRT_NETWORK_USE_NAMESERVERS bool "Static DNS configuration" default n help Enable this to set the nameservers manually config FWRT_NETWORK_NAMESERVERS string "Nameservers (space separated)" depends on FWRT_NETWORK_USE_NAMESERVERS default "" help Enter the nameservers (resolvers) to use here.