mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 20:48:14 +02:00
2f8d658a22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7491 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
452 B
Plaintext
24 lines
452 B
Plaintext
config AT91_ROMBOOT
|
|
bool "Build romboot loader"
|
|
depends LINUX_2_6_AT91
|
|
default y
|
|
|
|
config AT91_DFBOOT
|
|
bool "Build dataflashboot loader"
|
|
depends LINUX_2_6_AT91
|
|
default y
|
|
|
|
config AT91_UBOOT
|
|
bool "Build u-boot loader"
|
|
depends LINUX_2_6_AT91
|
|
default y
|
|
|
|
config UBOOT_TARGET
|
|
string "U-Boot Board Configuration"
|
|
default "vlink"
|
|
help
|
|
For all supported boards there are reqdy-to-use default
|
|
configurations available; just type "<board_name>".
|
|
|
|
|