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_TUNTAP if FWRT_PACKAGE_TUNCTL || FWRT_PACKAGE_OPENVPN && FWRT_PACKAGE_FWIFUPDOWN = y select FWIFUPDOWN_CONFIG_VLAN if BUSYBOX_CONFIG_VCONFIG && 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 "Legacy iface support" default y help helptext config FWIFUPDOWN_CONFIG_TUNTAP depends FWRT_PACKAGE_FWIFUPDOWN bool "tun/tap support" default n help helptext config FWIFUPDOWN_CONFIG_VLAN depends FWRT_PACKAGE_FWIFUPDOWN bool "VLAN support" default y help helptext menu "Config" depends FWRT_PACKAGE_FWIFUPDOWN config FWIFUPDOWN_CONFIG_PRINTING_OFF bool "Switch UI printing off" default n help Disable printing to STDOUT config FWIFUPDOWN_CONFIG_PRINTING_FANCY bool "Format UI printing" default n help Set this to n if your terminal lacks ansi escape support or if you prefer simpler ifupdown messages endmenu