apm821xx: dts: rename devices dts files to include the manufacturer
This patch rename all the DT source files in order to match upstream's "manufacturer-device.dts" format. Please note that the DEVICE_DTB isn't changed. This is because the u-boot of the MyBook Live defines the fdt_file variable to be "apollo3g/apollo3g.dtb". Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
70301af915
commit
1adeecf0d3
6 changed files with 5 additions and 5 deletions
|
@ -70,7 +70,7 @@ define Device/mr24
|
||||||
DEVICE_TITLE := Cisco Meraki MR24
|
DEVICE_TITLE := Cisco Meraki MR24
|
||||||
DEVICE_PACKAGES := kmod-spi-gpio
|
DEVICE_PACKAGES := kmod-spi-gpio
|
||||||
BOARD_NAME := mr24
|
BOARD_NAME := mr24
|
||||||
DEVICE_DTS := MR24
|
DEVICE_DTS := meraki-mr24
|
||||||
BLOCKSIZE := 63k
|
BLOCKSIZE := 63k
|
||||||
IMAGES := sysupgrade.tar
|
IMAGES := sysupgrade.tar
|
||||||
DTB_SIZE := 64512
|
DTB_SIZE := 64512
|
||||||
|
@ -91,7 +91,7 @@ define Device/mx60
|
||||||
DEVICE_PACKAGES := kmod-spi-gpio kmod-usb-ledtrig-usbport kmod-usb-dwc2 \
|
DEVICE_PACKAGES := kmod-spi-gpio kmod-usb-ledtrig-usbport kmod-usb-dwc2 \
|
||||||
kmod-usb-storage block-mount
|
kmod-usb-storage block-mount
|
||||||
BOARD_NAME := mx60
|
BOARD_NAME := mx60
|
||||||
DEVICE_DTS := MX60
|
DEVICE_DTS := meraki-mx60
|
||||||
BLOCKSIZE := 63k
|
BLOCKSIZE := 63k
|
||||||
IMAGES := sysupgrade.tar
|
IMAGES := sysupgrade.tar
|
||||||
DTB_SIZE := 64512
|
DTB_SIZE := 64512
|
||||||
|
@ -157,7 +157,7 @@ define Device/WNDR4700
|
||||||
kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \
|
kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \
|
||||||
partx-utils
|
partx-utils
|
||||||
BOARD_NAME := wndr4700
|
BOARD_NAME := wndr4700
|
||||||
DEVICE_DTS := wndr4700
|
DEVICE_DTS := netgear-wndr4700
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
SUBPAGESIZE := 512
|
SUBPAGESIZE := 512
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
|
@ -225,7 +225,7 @@ endef
|
||||||
define Device/MyBookLiveSingle
|
define Device/MyBookLiveSingle
|
||||||
$(Device/MyBookLiveDefault)
|
$(Device/MyBookLiveDefault)
|
||||||
DEVICE_TITLE := Western Digital My Book Live
|
DEVICE_TITLE := Western Digital My Book Live
|
||||||
DEVICE_DTS := apollo3g
|
DEVICE_DTS := wd-mybooklive
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_DEVICES += MyBookLiveSingle
|
TARGET_DEVICES += MyBookLiveSingle
|
||||||
|
@ -234,7 +234,7 @@ define Device/MyBookLiveDuo
|
||||||
$(Device/MyBookLiveDefault)
|
$(Device/MyBookLiveDefault)
|
||||||
DEVICE_TITLE := Western Digital My Book Live Duo
|
DEVICE_TITLE := Western Digital My Book Live Duo
|
||||||
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-mini
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-mini
|
||||||
DEVICE_DTS := apollo3g-duo
|
DEVICE_DTS := wd-mybooklive-duo
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_DEVICES += MyBookLiveDuo
|
TARGET_DEVICES += MyBookLiveDuo
|
||||||
|
|
Loading…
Reference in a new issue