2013-06-27 18:12:03 +08:00
|
|
|
#
|
2014-03-26 19:34:39 +08:00
|
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
2013-06-27 18:12:03 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
2013-10-15 03:01:23 +08:00
|
|
|
BOARD:=mxs
|
2014-12-12 19:03:55 +08:00
|
|
|
BOARDNAME:=Freescale i.MX23/i.MX28
|
2013-06-27 18:12:03 +08:00
|
|
|
FEATURES:=ext4 rtc usb gpio
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=arm926ej-s
|
|
|
|
|
2013-06-27 18:12:03 +08:00
|
|
|
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
|
2015-07-31 20:25:35 +08:00
|
|
|
KERNEL_PATCHVER:=4.1
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage dtbs
|
2013-06-27 18:12:03 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2013-10-15 03:01:23 +08:00
|
|
|
Support for Freescale i.MX23/i.MX28 boards
|
2013-06-27 18:12:03 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2013-07-05 06:25:26 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-wdt-stmp3xxx
|
2013-06-27 18:12:03 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|