mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
ramips: rename include file to a more suitable name
Rename from mt7621_dlink_dir-xx60-a1.dtsi to mt7621_dlink_dir_nand_128m.dtsi and associated group name when creating the mt7621.mk image Co-authored-by: Alan Luck <luckyhome2008@gmail.com> Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
This commit is contained in:
parent
9dae0ac0bc
commit
8d7fa09181
@ -2,7 +2,7 @@
|
||||
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
#include "mt7621_dlink_dir-xx60-a1.dtsi"
|
||||
#include "mt7621_dlink_dir_nand_128m.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-1960-a1", "mediatek,mt7621-soc";
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-xx60-a1.dtsi"
|
||||
#include "mt7621_dlink_dir_nand_128m.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-2640-a1", "mediatek,mt7621-soc";
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-xx60-a1.dtsi"
|
||||
#include "mt7621_dlink_dir_nand_128m.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-2660-a1", "mediatek,mt7621-soc";
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-xx60-a1.dtsi"
|
||||
#include "mt7621_dlink_dir_nand_128m.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-3040-a1", "mediatek,mt7621-soc";
|
||||
|
@ -742,7 +742,7 @@ define Device/dlink_dir-8xx-r1
|
||||
check-size | append-metadata
|
||||
endef
|
||||
|
||||
define Device/dlink_dir-xx60-a1
|
||||
define Device/dlink_dir_nand_128m
|
||||
$(Device/nand)
|
||||
IMAGE_SIZE := 40960k
|
||||
DEVICE_VENDOR := D-Link
|
||||
@ -763,35 +763,35 @@ endef
|
||||
TARGET_DEVICES += dlink_dir-1935-a1
|
||||
|
||||
define Device/dlink_dir-1960-a1
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
$(Device/dlink_dir_nand_128m)
|
||||
DEVICE_MODEL := DIR-1960
|
||||
DEVICE_VARIANT := A1
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dir-1960-a1
|
||||
|
||||
define Device/dlink_dir-2640-a1
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
$(Device/dlink_dir_nand_128m)
|
||||
DEVICE_MODEL := DIR-2640
|
||||
DEVICE_VARIANT := A1
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dir-2640-a1
|
||||
|
||||
define Device/dlink_dir-2660-a1
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
$(Device/dlink_dir_nand_128m)
|
||||
DEVICE_MODEL := DIR-2660
|
||||
DEVICE_VARIANT := A1
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dir-2660-a1
|
||||
|
||||
define Device/dlink_dir-3040-a1
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
$(Device/dlink_dir_nand_128m)
|
||||
DEVICE_MODEL := DIR-3040
|
||||
DEVICE_VARIANT := A1
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dir-3040-a1
|
||||
|
||||
define Device/dlink_dir-3060-a1
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
$(Device/dlink_dir_nand_128m)
|
||||
DEVICE_MODEL := DIR-3060
|
||||
DEVICE_VARIANT := A1
|
||||
endef
|
||||
@ -806,7 +806,7 @@ endef
|
||||
TARGET_DEVICES += dlink_dir-853-a1
|
||||
|
||||
define Device/dlink_dir-853-a3
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
$(Device/dlink_dir_nand_128m)
|
||||
DEVICE_MODEL := DIR-853
|
||||
DEVICE_VARIANT := A3
|
||||
IMAGES += factory.bin
|
||||
|
Loading…
Reference in New Issue
Block a user