diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-07-02 00:17:21 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-07-02 00:17:21 +0000 |
commit | a1d845f168e6d159f26bfada9f14604cd66d5356 (patch) | |
tree | cc3d1451f7c6844a706e8399ad698413765bb47b | |
parent | 74548a0071382b41331ead4a4dd1c074e8ecdedb (diff) | |
download | buildroot-novena-a1d845f168e6d159f26bfada9f14604cd66d5356.tar.gz buildroot-novena-a1d845f168e6d159f26bfada9f14604cd66d5356.zip |
Remove trailing quote from help lines
-rw-r--r-- | target/device/Atmel/arch-avr32/Config.in.linux.patches | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches index e6e3396c6..5b7e1c9e9 100644 --- a/target/device/Atmel/arch-avr32/Config.in.linux.patches +++ b/target/device/Atmel/arch-avr32/Config.in.linux.patches @@ -15,32 +15,32 @@ choice config BR2_ARCH_AVR32_2_6_24 bool "2.6.24" help - Apply the avr32 linux-2.6.24 patches" + Apply the avr32 linux-2.6.24 patches config BR2_ARCH_AVR32_2_6_23 bool "2.6.23" help - Apply the avr32 linux-2.6.23 patches" + Apply the avr32 linux-2.6.23 patches config BR2_ARCH_AVR32_2_6_22_10 bool "2.6.22.10" help - Apply the avr32 linux-2.6.22.10 patches" + Apply the avr32 linux-2.6.22.10 patches config BR2_ARCH_AVR32_2_6_22_1 bool "2.6.22.1" help - Apply the avr32 linux-2.6.22.1 patches" + Apply the avr32 linux-2.6.22.1 patches config BR2_ARCH_AVR32_2_6_21_5 bool "2.6.21.5" help - Apply the avr32 linux-2.6.21.5 patches" + Apply the avr32 linux-2.6.21.5 patches config BR2_ARCH_AVR32_2_6_20_4 bool "2.6.20.4" help - Apply the avr32 linux-2.6.20.4 patches" + Apply the avr32 linux-2.6.20.4 patches endchoice |