2013-06-27 18:12:03 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=imx23
|
2013-07-05 06:25:26 +08:00
|
|
|
BOARDNAME:=Freescale i.MX23 series
|
2013-06-27 18:12:03 +08:00
|
|
|
FEATURES:=ext4 rtc usb gpio
|
2013-07-29 17:38:29 +08:00
|
|
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s
|
2013-06-27 18:12:03 +08:00
|
|
|
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
|
2013-09-16 00:00:41 +08:00
|
|
|
LINUX_VERSION:=3.10.12
|
2013-06-27 18:12:03 +08:00
|
|
|
KERNELNAME:="zImage dtbs"
|
|
|
|
|
|
|
|
define Target/Description
|
2013-07-05 06:25:26 +08:00
|
|
|
Support for Freescale i.MX233-based 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))
|