[openwrt/openwrt] omap: mark source only
LEDE Commits
lede-commits at lists.infradead.org
Wed May 3 05:49:45 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/626f5f77f76ac01a562df5423fe43bb1ecfdbc05
commit 626f5f77f76ac01a562df5423fe43bb1ecfdbc05
Author: Paul Spooren <paul.spooren at rhebo.com>
AuthorDate: Mon May 1 17:52:34 2023 +0200
omap: 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/omap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
index 364fa07e8e..6dc1565f06 100644
--- a/target/linux/omap/Makefile
+++ b/target/linux/omap/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=omap
BOARDNAME:=TI OMAP3/4/AM33xx
-FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs
+FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs source-only
CPU_TYPE:=cortex-a8
CPU_SUBTYPE:=vfpv3
SUBTARGETS:=generic
More information about the lede-commits
mailing list