mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 04:01:52 +02:00
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
|
config XBURST_UBOOT
|
||
|
bool "Build U-Boot bootloader"
|
||
|
depends TARGET_xburst
|
||
|
default n
|
||
|
|
||
|
config XBURST_UBOOT_TARGET
|
||
|
string "U-Boot target board"
|
||
|
depends TARGET_xburst
|
||
|
depends XBURST_UBOOT
|
||
|
default ""
|
||
|
help
|
||
|
For all supported boards there are ready-to-use default
|
||
|
configurations available; just type "<board_name>".
|