diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-29 10:58:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-29 10:58:40 +0000 |
commit | 08a62d8d8a355e9589106309926a18ffb92a9761 (patch) | |
tree | 342a07f460506b8cd7d45e498c1732973222e8c7 /target/linux/omap | |
parent | 7429c4621455ff3e66819a28c09f78ffd74c2ebc (diff) | |
download | upstream-08a62d8d8a355e9589106309926a18ffb92a9761.tar.gz upstream-08a62d8d8a355e9589106309926a18ffb92a9761.tar.bz2 upstream-08a62d8d8a355e9589106309926a18ffb92a9761.zip |
tunr on some additional features
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38942
Diffstat (limited to 'target/linux/omap')
-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 dcab026114..3496018306 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 targz audio display +FEATURES:=usb usbgadget ext4 targz fpu audio display CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 |