mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 23:33:08 +01:00
When kernel 6.6 is being compiled with GCC13 it will prompt for: Compressed Debug information > 1. Don't compress debug information (DEBUG_INFO_COMPRESSED_NONE) 2. Compress debugging information with zlib (DEBUG_INFO_COMPRESSED_ZLIB) 3. Compress debugging information with zstd (DEBUG_INFO_COMPRESSED_ZSTD) (NEW) This is because kernel now also has support for compressing debug info with ZSTD, so add the missing symbol and disable it by default. Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
|---|---|---|
| .. | ||
| backport-5.15 | ||
| backport-6.1 | ||
| backport-6.6 | ||
| files | ||
| hack-5.15 | ||
| hack-6.1 | ||
| hack-6.6 | ||
| image | ||
| other-files | ||
| pending-5.15 | ||
| pending-6.1 | ||
| pending-6.6 | ||
| config-5.15 | ||
| config-6.1 | ||
| config-6.6 | ||
| config-filter | ||
| PATCHES | ||