diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-14 21:32:56 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-14 21:32:56 +0100 |
commit | aeccae953ca68bf2c7453546931c0b2edb4f7911 (patch) | |
tree | 04a729a4168011a9a6e9a153baf88c3987d3e270 /target/device/Atmel/arch-arm/Config.in.linux.patches | |
parent | ad4e0c152d799f368e24dc3602b887d805ec72a1 (diff) |
target/linux: remove ancient (<2.6.27) versions
And get rid of the corresponding at91 patches as well.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/arch-arm/Config.in.linux.patches')
-rw-r--r-- | target/device/Atmel/arch-arm/Config.in.linux.patches | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/target/device/Atmel/arch-arm/Config.in.linux.patches b/target/device/Atmel/arch-arm/Config.in.linux.patches index 9e00b8491..0ea509196 100644 --- a/target/device/Atmel/arch-arm/Config.in.linux.patches +++ b/target/device/Atmel/arch-arm/Config.in.linux.patches @@ -4,10 +4,6 @@ choice depends on BR2_TARGET_ATMEL && BR2_arm default BR2_ARCH_AT91_2_6_28 if BR2_LINUX_2_6_28 default BR2_ARCH_AT91_2_6_27 if BR2_LINUX_2_6_27 - default BR2_ARCH_AT91_2_6_26 if BR2_LINUX_2_6_26 - default BR2_ARCH_AT91_2_6_25 if BR2_LINUX_2_6_25 - default BR2_ARCH_AT91_2_6_24 if BR2_LINUX_2_6_24 - default BR2_ARCH_AT91_2_6_22 if BR2_LINUX_2_6_22 help Select a patch to add to the Linux kernel @@ -20,30 +16,6 @@ config BR2_ARCH_AT91_2_6_27 bool "2.6.27" help Apply the at91 linux-2.6.27 patches - -config BR2_ARCH_AT91_2_6_26 - bool "2.6.26" - help - Apply the at91 linux-2.6.26 patches - Will apply on latest 2.6.26 - -config BR2_ARCH_AT91_2_6_25 - bool "2.6.25" - help - Apply the at91 linux-2.6.25 patches - Will apply on latest 2.6.25 - -config BR2_ARCH_AT91_2_6_24 - bool "2.6.24" - help - Apply the at91 linux-2.6.24 patches - Will apply on latest 2.6.24 -config BR2_ARCH_AT91_2_6_22 - bool "2.6.22" - help - Apply the at91 linux-2.6.22 patches - Will apply on latest 2.6.22 - endchoice config BR2_KERNEL_ARCH_PATCH_VERSION @@ -52,10 +24,6 @@ config BR2_KERNEL_ARCH_PATCH_VERSION depends on BR2_TARGET_ATMEL && BR2_arm default "2.6.28" if BR2_ARCH_AT91_2_6_28 default "2.6.27" if BR2_ARCH_AT91_2_6_27 - default "2.6.26" if BR2_ARCH_AT91_2_6_26 - default "2.6.25" if BR2_ARCH_AT91_2_6_25 - default "2.6.24" if BR2_ARCH_AT91_2_6_24 - default "2.6.22" if BR2_ARCH_AT91_2_6_22 config BR2_KERNEL_ARCH_PATCH_DIR string |