OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 11... Line 11...
11 DTS_DIR := $(DTS_DIR)/marvell 11 DTS_DIR := $(DTS_DIR)/marvell
12 SUPPORTED_DEVICES := globalscale,espressobin 12 SUPPORTED_DEVICES := globalscale,espressobin
13 endef 13 endef
14 TARGET_DEVICES += globalscale-espressobin 14 TARGET_DEVICES += globalscale-espressobin
Line 15... Line -...
15   -  
16 define Device/armada-3720-db -  
17 KERNEL_NAME := Image -  
18 KERNEL := kernel-bin -  
19 DEVICE_TITLE := Marvell Armada 3720 Development Board DB-88F3720-DDR3 -  
20 DEVICE_PACKAGES := e2fsprogs ethtool mkf2fs kmod-fs-vfat kmod-usb2 kmod-usb3 kmod-usb-storage -  
21 IMAGES := sdcard.img.gz -  
22 IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata -  
23 DEVICE_DTS := armada-3720-db -  
24 DTS_DIR := $(DTS_DIR)/marvell -  
25 SUPPORTED_DEVICES := marvell,armada-3720-db -  
26 endef -  
27 TARGET_DEVICES += armada-3720-db -  
28   15