diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-07-19 09:59:43 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 11:03:02 +0200 |
commit | 569b6c82460aed3df2d0ea90cdee1b54ddd34fd2 (patch) | |
tree | 9976cc6bc1c1b5ca9f0acb9c98b75e67ce5fba7d /target | |
parent | ca529e60d2dde215b3199583bda0f37454e0b896 (diff) | |
download | upstream-569b6c82460aed3df2d0ea90cdee1b54ddd34fd2.tar.gz upstream-569b6c82460aed3df2d0ea90cdee1b54ddd34fd2.tar.bz2 upstream-569b6c82460aed3df2d0ea90cdee1b54ddd34fd2.zip |
omap: disable ubifs
ubifs image are not working, until there is a fix, disable them
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target')
-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 f22841e019..3e5c921d61 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap BOARDNAME:=TI OMAP3/4/AM33xx -FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs ubifs +FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 |