projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc1b164
)
imx6: enable FIT images
author
Luka Perkov
<luka@openwrt.org>
Wed, 16 Oct 2013 21:23:27 +0000
(21:23 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Wed, 16 Oct 2013 21:23:27 +0000
(21:23 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38432
target/linux/imx6/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/imx6/Makefile
b/target/linux/imx6/Makefile
index 4a9bc8cb3cf1f8263a9bf29309c6e1d0aa92a179..ef4f08fa48846972d30bcdb2898f58e12f113cac 100644
(file)
--- a/
target/linux/imx6/Makefile
+++ b/
target/linux/imx6/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=imx6
BOARDNAME:=Freescale i.MX 6 Series
-FEATURES:=audio display gpio pcie usb usbgadget squashfs targz
+FEATURES:=audio display gpio pcie usb usbgadget
fit
squashfs targz
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=vfpv3
MAINTAINER:=Luka Perkov <luka@openwrt.org>