mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
Cleanup of AT91 patches
This commit is contained in:
parent
1a070853d6
commit
8a97c4ea19
@ -3,27 +3,27 @@ choice
|
|||||||
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 BR2_ARCH_AT91_2_6_28 if BR2_LINUX_2_6_28
|
default BR2_ARCH_AT91_2_6_28 if BR2_LINUX_2_6_28
|
||||||
default BR2_ARCH_AT91_2_6_27_7 if BR2_LINUX_2_6_27
|
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_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_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_24 if BR2_LINUX_2_6_24
|
||||||
default BR2_ARCH_AT91_2_6_24 if BR2_LINUX_2_6_23
|
default BR2_ARCH_AT91_2_6_23 if BR2_LINUX_2_6_23
|
||||||
default BR2_ARCH_AT91_2_6_22_1 if BR2_LINUX_2_6_22_1
|
default BR2_ARCH_AT91_2_6_22 if BR2_LINUX_2_6_22
|
||||||
default BR2_ARCH_AT91_2_6_21_5 if BR2_LINUX_2_6_21 || BR2_LINUX_2_6_21_5
|
default BR2_ARCH_AT91_2_6_21 if BR2_LINUX_2_6_21
|
||||||
default BR2_ARCH_AT91_2_6_20_4 if BR2_LINUX_2_6_20 || BR2_LINUX_2_6_20_4
|
default BR2_ARCH_AT91_2_6_20 if BR2_LINUX_2_6_20
|
||||||
default BR2_ARCH_AT91_2_6_24
|
default BR2_ARCH_AT91_2_6_28
|
||||||
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_28
|
config BR2_ARCH_AT91_2_6_28
|
||||||
bool "2.6.28"
|
bool "2.6.28"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.28-rc6 patches
|
Apply the at91 linux-2.6.28 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_27_7
|
config BR2_ARCH_AT91_2_6_27
|
||||||
bool "2.6.27.7"
|
bool "2.6.27"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.27.7 patches
|
Apply the at91 linux-2.6.27 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_26
|
config BR2_ARCH_AT91_2_6_26
|
||||||
bool "2.6.26"
|
bool "2.6.26"
|
||||||
@ -40,20 +40,25 @@ config BR2_ARCH_AT91_2_6_24
|
|||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.24 patches
|
Apply the at91 linux-2.6.24 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_22_1
|
config BR2_ARCH_AT91_2_6_23
|
||||||
bool "2.6.22.1"
|
bool "2.6.23"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.22.1 patches
|
Apply the at91 linux-2.6.23 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_21_5
|
config BR2_ARCH_AT91_2_6_22
|
||||||
bool "2.6.21.5"
|
bool "2.6.22"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.21.5 patches
|
Apply the at91 linux-2.6.22 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_20_4
|
config BR2_ARCH_AT91_2_6_21
|
||||||
bool "2.6.20.4"
|
bool "2.6.21"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.20.4 patches
|
Apply the at91 linux-2.6.21 patches
|
||||||
|
|
||||||
|
config BR2_ARCH_AT91_2_6_20
|
||||||
|
bool "2.6.20"
|
||||||
|
help
|
||||||
|
Apply the at91 linux-2.6.20 patches
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
@ -62,14 +67,16 @@ config BR2_KERNEL_ARCH_PATCH_VERSION
|
|||||||
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.28" if BR2_ARCH_AT91_2_6_28
|
default "2.6.28" if BR2_ARCH_AT91_2_6_28
|
||||||
default "2.6.27.7" if BR2_ARCH_AT91_2_6_27_7
|
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.26" if BR2_ARCH_AT91_2_6_26
|
||||||
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
|
||||||
default "2.6.22.1" if BR2_ARCH_AT91_2_6_22_1
|
default "2.6.24" if BR2_ARCH_AT91_2_6_23
|
||||||
default "2.6.21.5" if BR2_ARCH_AT91_2_6_21_5
|
default "2.6.22" if BR2_ARCH_AT91_2_6_22
|
||||||
default "2.6.20.4" if BR2_ARCH_AT91_2_6_20_4
|
default "2.6.21" if BR2_ARCH_AT91_2_6_21
|
||||||
|
default "2.6.20" if BR2_ARCH_AT91_2_6_20
|
||||||
|
|
||||||
config BR2_KERNEL_ARCH_PATCH_DIR
|
config BR2_KERNEL_ARCH_PATCH_DIR
|
||||||
string
|
string
|
||||||
default "target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)"
|
default "target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user