mainmenu "Polux Configuration" config BR2_HAVE_DOT_CONFIG bool default y # Tip to indent sections select BR2_APP_SYSTEM select BR2_APP_NETWORK select BR2_APP_8021X select BR2_APP_SNMP config BR2_VERSION string default "0.1" choice prompt "Final target type" config BR2_CONFIG_MASTER bool "Master/ad-hoc modem (for 32MB board only)" select BR2_APP_WEB_BOA config BR2_CONFIG_SLAVE bool "Slave modem (for 16/32MB board)" select BR2_PACKAGE_SH select BR2_PACKAGE_MININIT select BR2_PACKAGE_TINYLOGIN select BR2_PACKAGE_MTDUTILS select BR2_APP_WEB_NONE endchoice choice prompt "CPU selection" config BR2_CONFIG_MARCH_MSE500DINI_200 bool "MSE500 DINI board (200 mode)" config BR2_CONFIG_MARCH_MSE500_200 bool "MSE500 board (200 mode)" config BR2_CONFIG_MARCH_SPC200C bool "SPC200c board" config BR2_CONFIG_MARCH_SPC200E bool "SPC200e board" endchoice menu "Linux kernel options" source "package/linux/Config.in" endmenu menu "Applications options" menu "busybox" source "package/busybox/Config.in" endmenu # comment "System" config BR2_APP_SYSTEM bool "System" source "package/mininit/Config.in" source "package/tinylogin/Config.in" source "package/sh/Config.in" source "package/openssh/Config.in" source "package/mtd-utils/Config.in" source "package/safe-return/Config.in" source "package/nvramutility/Config.in" # comment "Network" config BR2_APP_NETWORK bool "Network" source "package/bridge-utils/Config.in" source "package/tinyftp/Config.in" source "package/ebtables/Config.in" source "package/iptables/Config.in" source "package/iproute2/Config.in" source "package/udhcp/Config.in" source "package/ethtool/Config.in" source "package/smm/Config.in" source "package/ndd/Config.in" source "package/autodiscod/Config.in" choice prompt "HTTP server selection" config BR2_APP_WEB_BOA bool "Web server (boa)" source "package/boa/Config.in" source "package/uphp/Config.in" config BR2_APP_WEB_GOAHEAD bool "Web server (goAhead)" source "package/goahead/Config.in" config BR2_APP_WEB_NONE bool "None" endchoice # comment "SNMP agent" config BR2_APP_SNMP bool "SNMP agent" source "package/agent/Config.in" # comment "802.1x autentication" config BR2_APP_8021X bool "802.1x authentication" source "package/wpa_supplicant/Config.in" source "package/hostapd/Config.in" endmenu menu "PLC options" source "package/devkit/Config.in" endmenu