OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 #
2 # Copyright (C) 2013-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8  
9 ARCH:=arm
10 BOARD:=mxs
11 BOARDNAME:=Freescale i.MX23/i.MX28
12 FEATURES:=ext4 rtc usb gpio
13 CPU_TYPE:=arm926ej-s
14  
15 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
16 KERNEL_PATCHVER:=4.14
17 KERNELNAME:=zImage dtbs
18  
19 define Target/Description
20 Support for Freescale i.MX23/i.MX28 boards
21 endef
22  
23 include $(INCLUDE_DIR)/target.mk
24  
25 $(eval $(call BuildTarget))