diff options
author | Paul Spooren <paul.spooren@rhebo.com> | 2023-05-01 17:56:36 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-03 14:47:55 +0200 |
commit | c306385474f4f183657423be708ac7813ee38b47 (patch) | |
tree | 3e1d7e5ad08c780713055286d2c5d88a09b138e2 /target/linux/lantiq/Makefile | |
parent | 6c9b526e84e73880eaf72cb656b5908bc5c3f792 (diff) | |
download | upstream-c306385474f4f183657423be708ac7813ee38b47.tar.gz upstream-c306385474f4f183657423be708ac7813ee38b47.tar.bz2 upstream-c306385474f4f183657423be708ac7813ee38b47.zip |
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@rhebo.com>
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |