[openwrt/openwrt] omap: re-enable target

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 17 14:28:42 PDT 2024


lynxis pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9d8d0509bf2a630464e050de21e21110748e4f27

commit 9d8d0509bf2a630464e050de21e21110748e4f27
Author: Jan Hoffmann <jan at 3e8.eu>
AuthorDate: Sat Jul 13 14:49:09 2024 +0200

    omap: re-enable target
    
    The target was marked source-only due do the broken Ethernet port on
    some devices. With that fixed, it can be enabled again.
    
    Signed-off-by: Jan Hoffmann <jan at 3e8.eu>
---
 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 fc0842d056..a3c61efc9a 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 source-only
+FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs
 CPU_TYPE:=cortex-a8
 CPU_SUBTYPE:=vfpv3
 SUBTARGETS:=generic




More information about the lede-commits mailing list