2013-11-05 08:00:34 +00:00
|
|
|
#
|
2016-02-02 22:25:05 +00:00
|
|
|
# Copyright (C) 2013-2016 OpenWrt.org
|
2013-11-05 08:00:34 +00:00
|
|
|
#
|
|
|
|
# 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
|
2017-01-04 14:19:28 +00:00
|
|
|
FEATURES:=fpu usb ext4 display rtc squashfs
|
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
|
|
|
|
2017-07-15 12:57:08 +00:00
|
|
|
KERNEL_PATCHVER:=4.9
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
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
|
2015-08-21 13:23:29 +00:00
|
|
|
# A80: octa Cortex-A15/A7
|
|
|
|
# H3: 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
|
|
|
|
2017-05-04 05:00:06 +00:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools
|
2017-05-04 05:39:20 +00:00
|
|
|
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
|
2015-05-29 13:55:26 +00:00
|
|
|
|
2013-11-05 08:00:34 +00:00
|
|
|
$(eval $(call BuildTarget))
|