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 | 5f6881f7e2cdffd5a12c514c6640e8f8baa7295a (patch) | |
tree | 15cd4e5bb85524c3e11043149ff5122d23dcb602 /target/linux/omap | |
parent | f15319fee8afb1515eaa0f1758721d70b37f6254 (diff) | |
download | master-187ad058-5f6881f7e2cdffd5a12c514c6640e8f8baa7295a.tar.gz master-187ad058-5f6881f7e2cdffd5a12c514c6640e8f8baa7295a.tar.bz2 master-187ad058-5f6881f7e2cdffd5a12c514c6640e8f8baa7295a.zip |
[omap]: tunr on some additional features
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38942 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |