diff options
author | Paul Spooren <paul.spooren@rhebo.com> | 2023-05-01 17:52:34 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-03 14:49:44 +0200 |
commit | 626f5f77f76ac01a562df5423fe43bb1ecfdbc05 (patch) | |
tree | 5669d2622e4d84182e1f7f31cdc3719b4e8ecf54 /target/linux | |
parent | c306385474f4f183657423be708ac7813ee38b47 (diff) | |
download | upstream-626f5f77f76ac01a562df5423fe43bb1ecfdbc05.tar.gz upstream-626f5f77f76ac01a562df5423fe43bb1ecfdbc05.tar.bz2 upstream-626f5f77f76ac01a562df5423fe43bb1ecfdbc05.zip |
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@rhebo.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |