mirror of https://github.com/OpenIPC/firmware.git
16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
|
|
config BR2_LINUX_KERNEL_EXT_INGENIC_PATCHER
|
|
bool "Ingenic kernel patches"
|
|
select BR2_PACKAGE_INGENIC_PATCHER
|
|
help
|
|
Patch Kernel for Ingenic boards
|
|
|
|
if BR2_LINUX_KERNEL_EXT_INGENIC_PATCHER
|
|
|
|
config BR2_LINUX_KERNEL_EXT_INGENIC_PATCHER_LIST
|
|
string "Patch list"
|
|
help
|
|
Space-separated list of patches to be applied
|
|
|
|
endif # BR2_LINUX_KERNEL_EXT_INGENIC_PATCHER
|