mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
Fix Config conflict caused by duplicate definition in KB9202 BSP
This commit is contained in:
parent
283e81ab9e
commit
e8106da816
@ -17,37 +17,37 @@ choice
|
|||||||
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
|
||||||
Apply the at91 linux-2.6.26-rc3 patches"
|
Apply the at91 linux-2.6.26-rc3 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_25
|
config BR2_ARCH_AT91_2_6_25
|
||||||
bool "2.6.25"
|
bool "2.6.25"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.25 patches"
|
Apply the at91 linux-2.6.25 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_24
|
config BR2_ARCH_AT91_2_6_24
|
||||||
bool "2.6.24"
|
bool "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_22_1
|
||||||
bool "2.6.22.1"
|
bool "2.6.22.1"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.22.1 patches"
|
Apply the at91 linux-2.6.22.1 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_21_5
|
config BR2_ARCH_AT91_2_6_21_5
|
||||||
bool "2.6.21.5"
|
bool "2.6.21.5"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.21.5 patches"
|
Apply the at91 linux-2.6.21.5 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_21_1
|
config BR2_ARCH_AT91_2_6_21_1
|
||||||
bool "2.6.21.1"
|
bool "2.6.21.1"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.21.1 patches"
|
Apply the at91 linux-2.6.21.1 patches
|
||||||
|
|
||||||
config BR2_ARCH_AT91_2_6_20_4
|
config BR2_ARCH_AT91_2_6_20_4
|
||||||
bool "2.6.20.4"
|
bool "2.6.20.4"
|
||||||
help
|
help
|
||||||
Apply the at91 linux-2.6.20.4 patches"
|
Apply the at91 linux-2.6.20.4 patches
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -48,10 +48,6 @@ config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2
|
|||||||
It is generated from buildroot-avr32-v2.2.0-rc4
|
It is generated from buildroot-avr32-v2.2.0-rc4
|
||||||
in http://www.atmel.no/buildroot
|
in http://www.atmel.no/buildroot
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3_ENABLE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3
|
config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3
|
||||||
bool "Use prepatched source for AVR32 gcc-4.2.3 toolchain"
|
bool "Use prepatched source for AVR32 gcc-4.2.3 toolchain"
|
||||||
depends on BR2_avr32
|
depends on BR2_avr32
|
||||||
@ -74,6 +70,10 @@ config BR2_TOOLCHAIN_UNKNOWNVENDOR
|
|||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3_ENABLE
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_ATMEL_AVR32
|
config BR2_TOOLCHAIN_ATMEL_AVR32
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
@ -27,37 +27,37 @@ choice
|
|||||||
prompt "Add AT91 specific patches"
|
prompt "Add AT91 specific patches"
|
||||||
depends on BR2_KERNEL_ARCH_PATCH_ENABLED
|
depends on BR2_KERNEL_ARCH_PATCH_ENABLED
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
default BR2_ARCH_AT91_2_6_24 if BR2_LINUX_2_6_24
|
default BR2_ARCH_AT91_2_6_24_KB 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_24_KB 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_1_KB if BR2_LINUX_2_6_22_1
|
||||||
# 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_5_KB if BR2_LINUX_2_6_21 || BR2_LINUX_2_6_21_5
|
||||||
# default BR2_ARCH_AT91_2_6_21_1 if BR2_LINUX_2_6_21_1
|
# default BR2_ARCH_AT91_2_6_21_1_KB if BR2_LINUX_2_6_21_1
|
||||||
# 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_4_KB if BR2_LINUX_2_6_20 || BR2_LINUX_2_6_20_4
|
||||||
# default BR2_ARCH_AT91_2_6_24
|
# default BR2_ARCH_AT91_2_6_24_KB
|
||||||
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_24
|
config BR2_ARCH_AT91_2_6_24_KB
|
||||||
bool "2.6.24"
|
bool "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_22_1_KB
|
||||||
# bool "2.6.22.1"
|
# bool "2.6.22.1"
|
||||||
# help
|
# help
|
||||||
# Apply the at91 linux-2.6.22.1 patches"
|
# Apply the at91 linux-2.6.22.1 patches"
|
||||||
#
|
#
|
||||||
#config BR2_ARCH_AT91_2_6_21_5
|
#config BR2_ARCH_AT91_2_6_21_5_KB
|
||||||
# bool "2.6.21.5"
|
# bool "2.6.21.5"
|
||||||
# help
|
# help
|
||||||
# Apply the at91 linux-2.6.21.5 patches"
|
# Apply the at91 linux-2.6.21.5 patches"
|
||||||
#
|
#
|
||||||
#config BR2_ARCH_AT91_2_6_21_1
|
#config BR2_ARCH_AT91_2_6_21_1_KB
|
||||||
# bool "2.6.21.1"
|
# bool "2.6.21.1"
|
||||||
# help
|
# help
|
||||||
# Apply the at91 linux-2.6.21.1 patches"
|
# Apply the at91 linux-2.6.21.1 patches"
|
||||||
#
|
#
|
||||||
#config BR2_ARCH_AT91_2_6_20_4
|
#config BR2_ARCH_AT91_2_6_20_4_KB
|
||||||
# bool "2.6.20.4"
|
# bool "2.6.20.4"
|
||||||
# help
|
# help
|
||||||
# Apply the at91 linux-2.6.20.4 patches"
|
# Apply the at91 linux-2.6.20.4 patches"
|
||||||
@ -68,11 +68,11 @@ 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_arm
|
depends on BR2_arm
|
||||||
default "2.6.24" if BR2_ARCH_AT91_2_6_24
|
default "2.6.24" if BR2_ARCH_AT91_2_6_24_KB
|
||||||
# default "2.6.22.1" if BR2_ARCH_AT91_2_6_22_1
|
# default "2.6.22.1" if BR2_ARCH_AT91_2_6_22_1_KB
|
||||||
# default "2.6.21.5" if BR2_ARCH_AT91_2_6_21_5
|
# default "2.6.21.5" if BR2_ARCH_AT91_2_6_21_5_KB
|
||||||
# default "2.6.21.1" if BR2_ARCH_AT91_2_6_21_1
|
# default "2.6.21.1" if BR2_ARCH_AT91_2_6_21_1_KB
|
||||||
# default "2.6.20.4" if BR2_ARCH_AT91_2_6_20_4
|
# default "2.6.20.4" if BR2_ARCH_AT91_2_6_20_4_KB
|
||||||
|
|
||||||
config BR2_KERNEL_ARCH_PATCH_DIR
|
config BR2_KERNEL_ARCH_PATCH_DIR
|
||||||
string
|
string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user