1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 01:23:07 +02:00
openwrt-xburst/target/linux/xburst/image/Config.in

14 lines
327 B
Plaintext
Raw Normal View History

2009-07-08 19:58:31 +03:00
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
2009-07-10 05:35:24 +03:00
default "qi_lb60"
2009-07-08 19:58:31 +03:00
help
For all supported boards there are ready-to-use default
configurations available; just type "<board_name>".