OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | # |
2 | # Copyright (C) 2017 Hauke Mehrtens |
||
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:=aarch64 |
||
11 | BOARDNAME:=Marvell Armada 3700LP (ARM64) |
||
12 | CPU_TYPE:=cortex-a53 |
||
13 | FEATURES+=ext4 |
||
14 | |||
15 | KERNELNAME:=Image dtbs |