projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e76987
)
config: build: make STRIP_KERNEL_EXPORTS depend on BROKEN
author
Robert Marko
<
[email protected]
>
Sat, 21 Sep 2024 11:31:28 +0000
(13:31 +0200)
committer
Robert Marko
<
[email protected]
>
Sat, 21 Sep 2024 14:06:12 +0000
(16:06 +0200)
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 <
[email protected]
>
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 02931a87c6b2cd3c419e58242594908b2813423d..41c1daccd99564e001722f0f0769a53bdf55a726 100644
(file)
--- a/
config/Config-build.in
+++ b/
config/Config-build.in
@@
-233,7
+233,7
@@
menu "Global build settings"
config STRIP_KERNEL_EXPORTS
bool "Strip unnecessary exports from the kernel image"
- depends on
!LINUX_6_6
+ depends on
BROKEN
help
Reduces kernel size by stripping unused kernel exports from the kernel
image. Note that this might make the kernel incompatible with any kernel