diff options
| author | Jan Hoffmann | 2024-07-13 12:49:09 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2024-07-17 21:27:50 +0000 |
| commit | 9d8d0509bf2a630464e050de21e21110748e4f27 (patch) | |
| tree | a7833d0564d0207a44eb0e6cc5ce04d688620d42 | |
| parent | 0641967458a587033390c7d33dbaf715125b2242 (diff) | |
| download | openwrt-9d8d0509bf2a630464e050de21e21110748e4f27.tar.gz | |
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@3e8.eu>
| -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 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 |