diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-13 21:56:05 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-13 21:56:05 +0000 |
commit | e37e0f17ed416f50caf9560602b533c651d6e5cc (patch) | |
tree | dc42f14d811325b6e1c4c4180fa2cea2b6026300 /target | |
parent | 33930d174512912d0f10a942dcd5b731283926af (diff) | |
download | upstream-e37e0f17ed416f50caf9560602b533c651d6e5cc.tar.gz upstream-e37e0f17ed416f50caf9560602b533c651d6e5cc.tar.bz2 upstream-e37e0f17ed416f50caf9560602b533c651d6e5cc.zip |
imx6: make boardname consistent with other targets
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40758
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index 4d46c3ea79..526ed2b09a 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=imx6 -BOARDNAME:=Freescale i.MX 6 Series +BOARDNAME:=Freescale i.MX 6 FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz ubifs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=neon |