mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-06 22:50:42 +01: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> (cherry picked from commit7a9a4168bb)
This commit is contained in:
parent
fbb4aac69b
commit
0d324c682c
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
# CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set
|
||||
CONFIG_CLANG_VERSION=.*
|
||||
# CONFIG_GCC_VERSION is not set
|
||||
CONFIG_FRAME_WARN=.*
|
||||
# CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set
|
||||
# CONFIG_INLINE_.* is not set
|
||||
# CONFIG_LD_.* is not set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue