diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-12 10:48:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-12 10:48:33 +0000 |
commit | 936166c04296d5d9c651f5edd34c5c892a5f088c (patch) | |
tree | 3aa3a3fdd775dc7e53c90ffd408e7bd935b63ebc /target/linux/omap/Makefile | |
parent | 3194834c55c3f4753565664d98adf0c57e9e5f5f (diff) | |
download | upstream-936166c04296d5d9c651f5edd34c5c892a5f088c.tar.gz upstream-936166c04296d5d9c651f5edd34c5c892a5f088c.tar.bz2 upstream-936166c04296d5d9c651f5edd34c5c892a5f088c.zip |
generate ubifs images
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39576
Diffstat (limited to 'target/linux/omap/Makefile')
-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 bc811a154f..b27ca2fcca 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap BOARDNAME:=TI OMAP3/4/AM33xx -FEATURES:=usb usbgadget ext4 targz fpu audio display +FEATURES:=usb usbgadget ext4 targz fpu audio display ubifs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 |