[openwrt/openwrt] kernel: add missing symbol (BLOCK_LEGACY_AUTOLOAD)
LEDE Commits
lede-commits at lists.infradead.org
Tue Apr 22 09:56:59 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/b0834b0265351c7e617a7c6398ebd5af0268d5e7
commit b0834b0265351c7e617a7c6398ebd5af0268d5e7
Author: Andrew MacIntyre <andymac at pcug.org.au>
AuthorDate: Mon Apr 21 23:18:40 2025 +1000
kernel: add missing symbol (BLOCK_LEGACY_AUTOLOAD)
As of kernel v5.15.179 kernel configuration fails without a
reference to BLOCK_LEGACY_AUTOLOAD, apparently as a consequence
of commit 3e9899c12d5ab3a8ce376bf4365175ea3dbaffc0 (backport of
6c0f5898836c05c6d850a750ed7940ba29e4e6c5), so add this symbol as
unset which is the same state the symbol has in the 6.6 kernel
config for 24.10.
Fixes: dfe1b5e82a35 ("kernel: Update to version 5.15.179")
Signed-off-by: Andrew MacIntyre <andymac at pcug.org.au>
Link: https://github.com/openwrt/openwrt/pull/18552
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/generic/config-5.15 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 8fe2db33ac..2f49ecd2be 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -694,6 +694,7 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_SED_OPAL is not set
# CONFIG_BLK_WBT is not set
CONFIG_BLOCK=y
+# CONFIG_BLOCK_LEGACY_AUTOLOAD is not set
# CONFIG_BMA180 is not set
# CONFIG_BMA220 is not set
# CONFIG_BMA400 is not set
More information about the lede-commits
mailing list