OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 3
1 # 1 #
2 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com> 2 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
3 # 3 #
4 # This is free software, licensed under the GNU General Public License v2. 4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information. 5 # See /LICENSE for more information.
6 # 6 #
7 include $(TOPDIR)/rules.mk 7 include $(TOPDIR)/rules.mk
8   8  
9 BOARD:=layerscape 9 BOARD:=layerscape
10 BOARDNAME:=NXP Layerscape 10 BOARDNAME:=NXP Layerscape
-   11 DEVICE_TYPE:=developerboard
11 KERNEL_PATCHVER:=4.14 12 KERNEL_PATCHVER:=4.9
12 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 13 FEATURES:=squashfs nand usb pcie gpio fpu ubifs
13 SUBTARGETS:=armv8_64b armv8_32b armv7 14 SUBTARGETS:=armv8_64b armv8_32b
14 MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com> 15 MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com>
15   16  
16 define Target/Description 17 define Target/Description
17 Build firmware images for NXP Layerscape based boards. 18 Build firmware images for NXP Layerscape based boards.
18 endef 19 endef
19   20  
20 include $(INCLUDE_DIR)/target.mk 21 include $(INCLUDE_DIR)/target.mk
21   22  
22 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage 23 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage
23   24  
24 $(eval $(call BuildTarget)) 25 $(eval $(call BuildTarget))
25   26