OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2015 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:=zynq |
||
11 | BOARDNAME:=Xilinx Zynq 7000 SoCs |
||
12 | FEATURES:=fpu gpio rtc usb usbgadget boot-part rootfs-part squashfs |
||
13 | CPU_TYPE:=cortex-a9 |
||
14 | CPU_SUBTYPE:=neon |
||
15 | MAINTAINER:=Jason Wu <jason.wu.misc@gmail.com> |
||
16 | |||
17 | # future support SUBTARGETS: for both zynq and zynqmp |
||
18 | |||
19 | define Target/Description |
||
20 | Build firmware image for Zynq 7000 SoC devices. |
||
21 | endef |
||
22 | |||
23 | KERNEL_PATCHVER:=4.14 |
||
24 | |||
25 | include $(INCLUDE_DIR)/target.mk |
||
26 | |||
27 | KERNELNAME:=Image dtbs |
||
28 | |||
29 | DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs |
||
30 | |||
31 | $(eval $(call BuildTarget)) |