config: build: make STRIP_KERNEL_EXPORTS depend on BROKEN
authorRobert Marko <robimarko@gmail.com>
Sat, 21 Sep 2024 11:31:28 +0000 (13:31 +0200)
committerRobert Marko <robimarko@gmail.com>
Sat, 21 Sep 2024 14:06:12 +0000 (16:06 +0200)
commit0556b3fdcb241b7866f58f076f6390f9b3682659
treed79fdd6ce4596472f810c063838572ff66731df9
parent5e769878ad45a8ed019a4d0ad0657e50c0fbdeed
config: build: make STRIP_KERNEL_EXPORTS depend on BROKEN

STRIP_KERNEL_EXPORTS is currently broken on kernel 6.6 and since this
is the only kernel currently supported, we should rather make it depend
on BROKEN instead of a kernel version until its fixed.

Link: https://github.com/openwrt/openwrt/pull/16440
Signed-off-by: Robert Marko <robimarko@gmail.com>
config/Config-build.in