mirror of https://github.com/OpenIPC/firmware.git
21 lines
518 B
Plaintext
21 lines
518 B
Plaintext
|
|
config BR2_LINUX_KERNEL_EXT_SIGMASTAR_PATCHER
|
|
bool "SigmaStar kernel patches"
|
|
select BR2_PACKAGE_SIGMASTAR_PATCHER
|
|
help
|
|
Patch Kernel for SigmaStar boards
|
|
|
|
if BR2_LINUX_KERNEL_EXT_SIGMASTAR_PATCHER
|
|
|
|
config BR2_LINUX_KERNEL_EXT_SIGMASTAR_PATCHER_LIST
|
|
string "Patch list"
|
|
help
|
|
Space-separated list of patches to be applied
|
|
|
|
config BR2_LINUX_KERNEL_EXT_SIGMASTAR_INITRAMFS
|
|
bool "SigmaStar initramfs"
|
|
help
|
|
Simple initramfs that boots the rootfs from sdcard
|
|
|
|
endif # BR2_LINUX_KERNEL_EXT_SIGMASTAR_PATCHER
|