config FWRT_PACKAGE_FWIFUPDOWN tristate "fwifupdown........................... FreeWrt ifupdown" default y select FWIFUPDOWN_CONFIG_ALIAS if FWRT_PACKAGE_FWIFUPDOWN select FWIFUPDOWN_CONFIG_BRIDGE if FWRT_PACKAGE_BRIDGE_UTILS && FWRT_PACKAGE_FWIFUPDOWN = y select FWIFUPDOWN_CONFIG_IFACE if FWRT_PACKAGE_FWIFUPDOWN select FWIFUPDOWN_CONFIG_PPP if FWRT_PACKAGE_PPP && FWRT_PACKAGE_FWIFUPDOWN = y select FWIFUPDOWN_CONFIG_TUNTAP if FWRT_PACKAGE_TUNCTL || FWRT_PACKAGE_OPENVPN && FWRT_PACKAGE_FWIFUPDOWN = y select FWIFUPDOWN_CONFIG_VLAN if BUSYBOX_CONFIG_VCONFIG && FWRT_PACKAGE_FWIFUPDOWN = y select FWIFUPDOWN_CONFIG_WL_BROADCOM if FWRT_PACKAGE_BROADCOM_WL_UTIL && FWRT_PACKAGE_FWIFUPDOWN = y select FWIFUPDOWN_CONFIG_WL_ATHEROS if FWRT_PACKAGE_KMOD_MADWIFI && FWRT_PACKAGE_FWIFUPDOWN = y help helptext config FWIFUPDOWN_CONFIG_ALIAS depends FWRT_PACKAGE_FWIFUPDOWN bool "Alias support" default y help helptext config FWIFUPDOWN_CONFIG_BRIDGE depends FWRT_PACKAGE_FWIFUPDOWN bool "Bridge support" default n help helptext config FWIFUPDOWN_CONFIG_IFACE depends FWRT_PACKAGE_FWIFUPDOWN bool "Legecy iface support" default y help helptext config FWIFUPDOWN_CONFIG_PPP depends FWRT_PACKAGE_FWIFUPDOWN bool "PPP support" default n help helptext config FWIFUPDOWN_CONFIG_TUNTAP depends FWRT_PACKAGE_FWIFUPDOWN bool "Tuntap support" default n help helptext config FWIFUPDOWN_CONFIG_VLAN depends FWRT_PACKAGE_FWIFUPDOWN bool "Vlan support" default y help helptext config FWIFUPDOWN_CONFIG_WL_ATHEROS depends FWRT_PACKAGE_FWIFUPDOWN bool "Wl-Atheros support" default n help helptext config FWIFUPDOWN_CONFIG_WL_BROADCOM depends FWRT_PACKAGE_FWIFUPDOWN bool "Wl-Broadcom support" default n help helptext menu "Config" depends FWRT_PACKAGE_FWIFUPDOWN config FWIFUPDOWN_CONFIG_SHOW_CONFIG bool "Show iface config" default n help helptext config FWIFUPDOWN_CONFIG_PRINTING_OFF bool "Switch ui printing off" default n help Disable printing to STDOUT config FWIFUPDOWN_CONFIG_BUSYBOX_COMPAT bool "Busybox compatibility mode" default y help Busybox ifupdown will be used to avoid network misconfigurations if you have a custom network configration designed for busybox ifupdown. Edit your configuration file using the new config style and comment or remove CFG_BUSYBOX_COMPAT in /etc/conf.d/ifupdown. Switching compatibility mode off will overlay /etc/network/if-* at ifupdown runtime to make shure that no other hooks will be called by run-parts. endmenu