choice prompt "Target architecture" default TARGET_ARCH_AR71XX help This is an extensive list of supported platforms, with the numerous target profiles – ranging from specific devices to generic profiles, all depending on the particular device at hand. config TARGET_ARCH_AR71XX bool "AR7xxx/AR9xxx" help Builds firmware images for Atheros AR7xxx/AR9xxx based boards. endchoice choice prompt "Target board type" default TARGET_BOARD_AR71XX_UBNTRSPRO if TARGET_ARCH_AR71XX help This is an extensive list of supported boards and routers, with the numerous target profiles - ranging from specific devices to generic profiles, all depending on the particular device at hand. config TARGET_BOARD_AR71XX_UBNTRSPRO bool "Ubiquiti RouterStation (Pro)" depends on TARGET_ARCH_AR71XX && EXPERIMENTAL help Package set optimized for the Ubiquiti RouterStation and RouterStation Pro. endchoice config TARGET_ARCH string default "ar71xx" if TARGET_ARCH_AR71XX config TARGET_BOARD string default "routerstation" if TARGET_BOARD_AR71XX_UBNTRSPRO