include $(TOPDIR)/rules.mk
ARCH:=arm
-BOARD:=imx6
-BOARDNAME:=NXP i.MX 6
+BOARD:=imx
+BOARDNAME:=NXP i.MX
FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon
-. /lib/imx6.sh
+. /lib/imx.sh
. /lib/functions.sh
. /lib/upgrade/common.sh
# Copyright (C) 2010-2015 OpenWrt.org
#
-. /lib/imx6.sh
+. /lib/imx.sh
RAMFS_COPY_BIN='blkid jffs2reset'
endef
define Profile/Default/Description
- Package set compatible with most NXP i.MX 6 based boards.
+ Package set compatible with most NXP i.MX based boards.
endef
$(eval $(call Profile,Default))