diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-10 15:15:52 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-10 15:15:52 +0000 |
commit | 42b7d4bf568503910403eafeb738337372937a30 (patch) | |
tree | 1e6b96aa6caef28b95a4601a3eb34b9828c5155c /target/device/Atmel/arch-avr32 | |
parent | e49a025f4b3d59f1e00a29295b31aa97ab2b0e90 (diff) | |
download | buildroot-novena-42b7d4bf568503910403eafeb738337372937a30.tar.gz buildroot-novena-42b7d4bf568503910403eafeb738337372937a30.zip |
Add AVR32 patches for 2.6.25.10
Diffstat (limited to 'target/device/Atmel/arch-avr32')
-rw-r--r-- | target/device/Atmel/arch-avr32/Config.in.linux.patches | 7 | ||||
-rw-r--r-- | target/device/Atmel/arch-avr32/kernel-patches-2.6.25.10/linux-2.6.25.10.atmel.2.patch.bz2 | bin | 0 -> 273604 bytes |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches index 5b7e1c9e9..767da2674 100644 --- a/target/device/Atmel/arch-avr32/Config.in.linux.patches +++ b/target/device/Atmel/arch-avr32/Config.in.linux.patches @@ -2,6 +2,7 @@ choice prompt "Add AVR32 specific patches" depends on BR2_KERNEL_ARCH_PATCH_ENABLED depends on BR2_avr32 + default BR2_ARCH_AVR32_2_6_25_10 if BR2_LINUX_2_6_25 default BR2_ARCH_AVR32_2_6_24 if BR2_LINUX_2_6_24 default BR2_ARCH_AVR32_2_6_23 if BR2_LINUX_2_6_23 default BR2_ARCH_AVR32_2_6_22_10 if BR2_LINUX_2_6_22 || BR2_LINUX_2_6_22_10 @@ -12,6 +13,11 @@ choice help Select a patch to add to the Linux kernel +config BR2_ARCH_AVR32_2_6_25_10 + bool "2.6.25.10" + help + Apply the avr32 linux-2.6.25.10 patches + config BR2_ARCH_AVR32_2_6_24 bool "2.6.24" help @@ -48,6 +54,7 @@ config BR2_KERNEL_ARCH_PATCH_VERSION string depends on BR2_KERNEL_ARCH_PATCH_ENABLED depends on BR2_avr32 + default "2.6.25.10" if BR2_ARCH_AVR32_2_6_25_10 default "2.6.24" if BR2_ARCH_AVR32_2_6_24 default "2.6.22.10" if BR2_ARCH_AVR32_2_6_22_10 default "2.6.22.1" if BR2_ARCH_AVR32_2_6_22_1 diff --git a/target/device/Atmel/arch-avr32/kernel-patches-2.6.25.10/linux-2.6.25.10.atmel.2.patch.bz2 b/target/device/Atmel/arch-avr32/kernel-patches-2.6.25.10/linux-2.6.25.10.atmel.2.patch.bz2 Binary files differnew file mode 100644 index 000000000..2e11e59b8 --- /dev/null +++ b/target/device/Atmel/arch-avr32/kernel-patches-2.6.25.10/linux-2.6.25.10.atmel.2.patch.bz2 |