[openwrt/openwrt] lantiq: mark source only
LEDE Commits
lede-commits at lists.infradead.org
Wed May 3 05:48:41 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c306385474f4f183657423be708ac7813ee38b47
commit c306385474f4f183657423be708ac7813ee38b47
Author: Paul Spooren <paul.spooren at rhebo.com>
AuthorDate: Mon May 1 17:56:36 2023 +0200
lantiq: mark source only
The target is currently broken with Kernel 5.15 and no one in sight to
fix it. Instead of stalling the next release indefinitely, make it
source only and see if someone steps up to fix it.
Signed-off-by: Paul Spooren <paul.spooren at rhebo.com>
---
target/linux/lantiq/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile
index 08618fa9a3..69746eb05c 100644
--- a/target/linux/lantiq/Makefile
+++ b/target/linux/lantiq/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
BOARD:=lantiq
BOARDNAME:=Lantiq
-FEATURES:=squashfs
+FEATURES:=squashfs source-only
SUBTARGETS:=xrx200 xway xway_legacy falcon ase
KERNEL_PATCHVER:=5.10
More information about the lede-commits
mailing list