OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 #
2 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
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 BOARD:=layerscape
10 BOARDNAME:=NXP Layerscape
11 DEVICE_TYPE:=developerboard
12 KERNEL_PATCHVER:=4.9
13 FEATURES:=squashfs nand usb pcie gpio fpu ubifs
14 SUBTARGETS:=armv8_64b armv8_32b
15 MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com>
16  
17 define Target/Description
18 Build firmware images for NXP Layerscape based boards.
19 endef
20  
21 include $(INCLUDE_DIR)/target.mk
22  
23 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage
24  
25 $(eval $(call BuildTarget))