1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 01:35:42 +03:00

be politically correct

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10964 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2008-04-28 16:15:24 +00:00
parent 4476e2a2a4
commit d678a99ba6
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm ARCH:=arm
BOARD:=at91 BOARD:=at91
BOARDNAME:=AT91 BOARDNAME:=Atmel AT91
FEATURES:=squashfs usb FEATURES:=squashfs usb
LINUX_VERSION:=2.6.21.5 LINUX_VERSION:=2.6.21.5

View File

@ -4,12 +4,12 @@ config AT91_DFBOOT
default y default y
config AT91_UBOOT config AT91_UBOOT
bool "Build u-boot loader" bool "Build U-Boot bootloader"
depends TARGET_at91 depends TARGET_at91
default y default y
config UBOOT_TARGET config UBOOT_TARGET
string "U-Boot Board Configuration" string "U-Boot target board"
depends TARGET_at91 depends TARGET_at91
depends AT91_UBOOT depends AT91_UBOOT
default "vlink" default "vlink"

View File

@ -1,10 +1,10 @@
config AVR32_UBOOT config AVR32_UBOOT
bool "Build u-boot loader" bool "Build U-Boot bootloader"
depends TARGET_avr32 depends TARGET_avr32
default n default n
config AVR32_UBOOT_TARGET config AVR32_UBOOT_TARGET
string "U-Boot Board Configuration" string "U-Boot target board"
depends TARGET_avr32 depends TARGET_avr32
depends AVR32_UBOOT depends AVR32_UBOOT
default "atngw100" default "atngw100"