diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 16:15:24 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 16:15:24 +0000 |
commit | fcbdafb6bdb7390175262c1ad45a750abf269958 (patch) | |
tree | a22e2fd00e58121f6c458154a0940a3eb2f41aec /target/linux/avr32 | |
parent | b2a803726fde480982c224908cb63d56803b6980 (diff) | |
download | upstream-fcbdafb6bdb7390175262c1ad45a750abf269958.tar.gz upstream-fcbdafb6bdb7390175262c1ad45a750abf269958.tar.bz2 upstream-fcbdafb6bdb7390175262c1ad45a750abf269958.zip |
be politically correct
SVN-Revision: 10964
Diffstat (limited to 'target/linux/avr32')
-rw-r--r-- | target/linux/avr32/image/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/avr32/image/Config.in b/target/linux/avr32/image/Config.in index 39884686cf..bc5469e7a8 100644 --- a/target/linux/avr32/image/Config.in +++ b/target/linux/avr32/image/Config.in @@ -1,10 +1,10 @@ config AVR32_UBOOT - bool "Build u-boot loader" + bool "Build U-Boot bootloader" depends TARGET_avr32 default n config AVR32_UBOOT_TARGET - string "U-Boot Board Configuration" + string "U-Boot target board" depends TARGET_avr32 depends AVR32_UBOOT default "atngw100" |