[openwrt/openwrt] lantiq: xrx200: mark subtarget as source-only
LEDE Commits
lede-commits at lists.infradead.org
Thu May 4 10:55:40 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0c117e1f6ccbee684ea0589d9024ca9dec4679c9
commit 0c117e1f6ccbee684ea0589d9024ca9dec4679c9
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Thu May 4 13:30:35 2023 +0200
lantiq: xrx200: mark subtarget as source-only
The current problems blocking the switch to the kernel 5.15 are
related to the GSWIP driver. This driver is only used by the
xrx200 subtarget. The other subtargets are unaffected by this
problem.
Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
---
target/linux/lantiq/xrx200/target.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk
index 0f119edd6f..6e01fc79e4 100644
--- a/target/linux/lantiq/xrx200/target.mk
+++ b/target/linux/lantiq/xrx200/target.mk
@@ -1,7 +1,7 @@
ARCH:=mips
SUBTARGET:=xrx200
BOARDNAME:=XRX200
-FEATURES+=atm nand ramdisk
+FEATURES+=atm nand ramdisk source-only
CPU_TYPE:=24kc
DEFAULT_PACKAGES+=kmod-leds-gpio \
More information about the lede-commits
mailing list