mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
generic: filter out CONFIG_FRAME_WARN
CONFIG_FRAME_WARN value is set by config/Config-kernel.in based on the target type dynamically since commit: 16a2051 ("kernel: Set CONFIG_FRAME_WARN depending on target"). However, CONFIG_FRAME_WARN was not set to get filtered out so it ended up in multiple target configs during refreshes. So, lets filter out CONFIG_FRAME_WARN as its set dynamically to prevent it ending up in more target configs. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
parent
09375a2f7b
commit
740b33dd7c
@ -5,11 +5,13 @@
|
|||||||
# CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set
|
# CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set
|
||||||
CONFIG_CLANG_VERSION=.*
|
CONFIG_CLANG_VERSION=.*
|
||||||
# CONFIG_GCC_VERSION is not set
|
# CONFIG_GCC_VERSION is not set
|
||||||
|
CONFIG_FRAME_WARN=.*
|
||||||
# CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set
|
# CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set
|
||||||
# CONFIG_INLINE_.* is not set
|
# CONFIG_INLINE_.* is not set
|
||||||
# CONFIG_LD_.* is not set
|
# CONFIG_LD_.* is not set
|
||||||
CONFIG_LLD_VERSION=.*
|
CONFIG_LLD_VERSION=.*
|
||||||
CONFIG_PAHOLE_VERSION=.*
|
CONFIG_PAHOLE_VERSION=.*
|
||||||
|
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
|
||||||
CONFIG_PLUGIN_HOSTCC=".*"
|
CONFIG_PLUGIN_HOSTCC=".*"
|
||||||
# CONFIG_SET_FS is not set
|
# CONFIG_SET_FS is not set
|
||||||
# CONFIG_TASKS_.* is not set
|
# CONFIG_TASKS_.* is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user