kagera/config/boards.in

35 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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