2013-11-05 08:00:34 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2013-11-14 23:12:52 +00:00
|
|
|
|
2013-11-05 08:00:34 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=sunxi
|
2013-11-14 23:12:52 +00:00
|
|
|
BOARDNAME:=Allwinner A1x/A20/A3x
|
2014-01-04 12:47:51 +00:00
|
|
|
FEATURES:=fpu usb ext4 display rtc
|
2013-11-14 23:12:52 +00:00
|
|
|
CPU_TYPE:=cortex-a8
|
|
|
|
CPU_SUBTYPE:=vfpv3
|
|
|
|
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
|
2013-11-05 08:00:34 +00:00
|
|
|
|
2013-12-14 17:37:14 +00:00
|
|
|
LINUX_VERSION:=3.12.5
|
2013-11-14 23:12:52 +00:00
|
|
|
KERNELNAME:="zImage dtbs"
|
2014-01-04 13:46:43 +00:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi
|
2013-11-05 08:00:34 +00:00
|
|
|
|
2013-11-14 23:12:52 +00:00
|
|
|
# A10: Cortex-A8
|
|
|
|
# A13: Cortex-A8
|
|
|
|
# A20: dual Cortex-A7
|
|
|
|
# A31: quad Cortex-A7
|
2013-11-05 08:00:34 +00:00
|
|
|
|
2013-11-14 23:12:52 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2013-11-05 08:00:34 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|