mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
linux: dominate defconfig
build-linux: make it more flexible to better meet the task
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#about-buildroot-s-kernel-configs
|
||||
|
||||
CONFIG_SYSVIPC=y
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
CONFIG_NO_HZ_IDLE=y
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#about-buildroot-s-kernel-configs
|
||||
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_SYSVIPC=y
|
||||
CONFIG_IKCONFIG=y
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#about-buildroot-s-kernel-configs
|
||||
|
||||
CONFIG_SYSVIPC=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
|
||||
Reference in New Issue
Block a user