OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 #
2 # Copyright (C) 2013-2016 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7  
8 include $(TOPDIR)/rules.mk
9  
10 ARCH:=arm
11 BOARD:=sunxi
12 BOARDNAME:=Allwinner A1x/A20/A3x
13 FEATURES:=fpu usb ext4 display rtc squashfs
14 SUBTARGETS:=cortexa8 cortexa7 cortexa53
15 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
16  
17 KERNEL_PATCHVER:=4.14
18 KERNELNAME:=zImage dtbs
19  
20 # A10: Cortex-A8
21 # A13: Cortex-A8
22 # A20: dual Cortex-A7
23 # A31: quad Cortex-A7
24 # A80: octa Cortex-A15/A7
25 # H3: quad Cortex-A7
26  
27 include $(INCLUDE_DIR)/target.mk
28  
29 DEFAULT_PACKAGES += uboot-envtools
30 DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
31  
32 $(eval $(call BuildTarget))