From cc1ab5e670d681382b68bb3bdfcf86b9e71aabe9 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 23 Aug 2008 20:45:42 +0000 Subject: Update AT91 patches to latest Linux --- target/device/Atmel/arch-arm/Config.in.linux.patches | 6 ++++++ .../arch-arm/kernel-patches-2.6.26/2.6.26-at91.patch.gz | Bin 0 -> 95915 bytes 2 files changed, 6 insertions(+) create mode 100644 target/device/Atmel/arch-arm/kernel-patches-2.6.26/2.6.26-at91.patch.gz (limited to 'target') diff --git a/target/device/Atmel/arch-arm/Config.in.linux.patches b/target/device/Atmel/arch-arm/Config.in.linux.patches index e2018a984..044d8c81f 100644 --- a/target/device/Atmel/arch-arm/Config.in.linux.patches +++ b/target/device/Atmel/arch-arm/Config.in.linux.patches @@ -14,6 +14,11 @@ choice help Select a patch to add to the Linux kernel +config BR2_ARCH_AT91_2_6_26 + bool "2.6.26" + help + Apply the at91 linux-2.6.26 patches + config BR2_ARCH_AT91_2_6_26_RC3 bool "2.6.26-rc3" help @@ -55,6 +60,7 @@ config BR2_KERNEL_ARCH_PATCH_VERSION string depends on BR2_KERNEL_ARCH_PATCH_ENABLED depends on BR2_TARGET_ATMEL && BR2_arm + default "2.6.26" if BR2_ARCH_AT91_2_6_26 default "2.6.26-rc3" if BR2_ARCH_AT91_2_6_26_RC3 default "2.6.25" if BR2_ARCH_AT91_2_6_25 default "2.6.24" if BR2_ARCH_AT91_2_6_24 diff --git a/target/device/Atmel/arch-arm/kernel-patches-2.6.26/2.6.26-at91.patch.gz b/target/device/Atmel/arch-arm/kernel-patches-2.6.26/2.6.26-at91.patch.gz new file mode 100644 index 000000000..649fb7efb Binary files /dev/null and b/target/device/Atmel/arch-arm/kernel-patches-2.6.26/2.6.26-at91.patch.gz differ -- cgit v1.2.3