Update AT91 patches to latest Linux

This commit is contained in:
Ulf Samuelsson 2008-08-23 20:45:42 +00:00
parent fd3742248d
commit cc1ab5e670
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,11 @@ choice
help help
Select a patch to add to the Linux kernel 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 config BR2_ARCH_AT91_2_6_26_RC3
bool "2.6.26-rc3" bool "2.6.26-rc3"
help help
@ -55,6 +60,7 @@ config BR2_KERNEL_ARCH_PATCH_VERSION
string string
depends on BR2_KERNEL_ARCH_PATCH_ENABLED depends on BR2_KERNEL_ARCH_PATCH_ENABLED
depends on BR2_TARGET_ATMEL && BR2_arm 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.26-rc3" if BR2_ARCH_AT91_2_6_26_RC3
default "2.6.25" if BR2_ARCH_AT91_2_6_25 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.24" if BR2_ARCH_AT91_2_6_24