1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-22 23:48:11 +02:00
openwrt/target/linux/at91/image/Config.in
Claudio Mignanti 4a82997327 Add support for u-boot
SVN-Revision: 22351
2010-07-22 11:32:38 +00:00

33 lines
679 B
Plaintext

config AT91_DFBOOT
bool "Build dataflashboot loader"
depends TARGET_at91
default y
config AT91_UBOOT
bool "Build U-Boot bootloader"
depends TARGET_at91
default y
config UBOOT_TARGET
string "U-Boot target board"
depends AT91_UBOOT
default "netusg20"
help
For all supported boards there are ready-to-use default
configurations available; just type "<board_name>".
config UBOOT_IPADDR
string "IP Address for U-Boot"
depends AT91_UBOOT
default "192.168.0.178"
help
IP address of device to be used in U-Boot
config UBOOT_SERVERIP
string "IP Address of TFTP server"
depends AT91_UBOOT
default "192.168.0.232"
help
IP address of TFTP server for U-Boot