mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 08:57:44 +00:00
Add AVR32 patches for 2.6.25.10
This commit is contained in:
parent
e49a025f4b
commit
42b7d4bf56
@ -2,6 +2,7 @@ choice
|
|||||||
prompt "Add AVR32 specific patches"
|
prompt "Add AVR32 specific patches"
|
||||||
depends on BR2_KERNEL_ARCH_PATCH_ENABLED
|
depends on BR2_KERNEL_ARCH_PATCH_ENABLED
|
||||||
depends on BR2_avr32
|
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_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_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
|
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
|
help
|
||||||
Select a patch to add to the Linux kernel
|
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
|
config BR2_ARCH_AVR32_2_6_24
|
||||||
bool "2.6.24"
|
bool "2.6.24"
|
||||||
help
|
help
|
||||||
@ -48,6 +54,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_avr32
|
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.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.10" if BR2_ARCH_AVR32_2_6_22_10
|
||||||
default "2.6.22.1" if BR2_ARCH_AVR32_2_6_22_1
|
default "2.6.22.1" if BR2_ARCH_AVR32_2_6_22_1
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user