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:
Mieczyslaw Nalewaj 2024-04-27 07:41:51 +02:00 committed by Hauke Mehrtens
parent 9dae0ac0bc
commit 8d7fa09181
6 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
#include <dt-bindings/leds/common.h> #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"; compatible = "dlink,dir-1960-a1", "mediatek,mt7621-soc";

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT // 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"; compatible = "dlink,dir-2640-a1", "mediatek,mt7621-soc";

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT // 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"; compatible = "dlink,dir-2660-a1", "mediatek,mt7621-soc";

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT // 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"; compatible = "dlink,dir-3040-a1", "mediatek,mt7621-soc";

View file

@ -742,7 +742,7 @@ define Device/dlink_dir-8xx-r1
check-size | append-metadata check-size | append-metadata
endef endef
define Device/dlink_dir-xx60-a1 define Device/dlink_dir_nand_128m
$(Device/nand) $(Device/nand)
IMAGE_SIZE := 40960k IMAGE_SIZE := 40960k
DEVICE_VENDOR := D-Link DEVICE_VENDOR := D-Link
@ -763,35 +763,35 @@ endef
TARGET_DEVICES += dlink_dir-1935-a1 TARGET_DEVICES += dlink_dir-1935-a1
define Device/dlink_dir-1960-a1 define Device/dlink_dir-1960-a1
$(Device/dlink_dir-xx60-a1) $(Device/dlink_dir_nand_128m)
DEVICE_MODEL := DIR-1960 DEVICE_MODEL := DIR-1960
DEVICE_VARIANT := A1 DEVICE_VARIANT := A1
endef endef
TARGET_DEVICES += dlink_dir-1960-a1 TARGET_DEVICES += dlink_dir-1960-a1
define Device/dlink_dir-2640-a1 define Device/dlink_dir-2640-a1
$(Device/dlink_dir-xx60-a1) $(Device/dlink_dir_nand_128m)
DEVICE_MODEL := DIR-2640 DEVICE_MODEL := DIR-2640
DEVICE_VARIANT := A1 DEVICE_VARIANT := A1
endef endef
TARGET_DEVICES += dlink_dir-2640-a1 TARGET_DEVICES += dlink_dir-2640-a1
define Device/dlink_dir-2660-a1 define Device/dlink_dir-2660-a1
$(Device/dlink_dir-xx60-a1) $(Device/dlink_dir_nand_128m)
DEVICE_MODEL := DIR-2660 DEVICE_MODEL := DIR-2660
DEVICE_VARIANT := A1 DEVICE_VARIANT := A1
endef endef
TARGET_DEVICES += dlink_dir-2660-a1 TARGET_DEVICES += dlink_dir-2660-a1
define Device/dlink_dir-3040-a1 define Device/dlink_dir-3040-a1
$(Device/dlink_dir-xx60-a1) $(Device/dlink_dir_nand_128m)
DEVICE_MODEL := DIR-3040 DEVICE_MODEL := DIR-3040
DEVICE_VARIANT := A1 DEVICE_VARIANT := A1
endef endef
TARGET_DEVICES += dlink_dir-3040-a1 TARGET_DEVICES += dlink_dir-3040-a1
define Device/dlink_dir-3060-a1 define Device/dlink_dir-3060-a1
$(Device/dlink_dir-xx60-a1) $(Device/dlink_dir_nand_128m)
DEVICE_MODEL := DIR-3060 DEVICE_MODEL := DIR-3060
DEVICE_VARIANT := A1 DEVICE_VARIANT := A1
endef endef
@ -806,7 +806,7 @@ endef
TARGET_DEVICES += dlink_dir-853-a1 TARGET_DEVICES += dlink_dir-853-a1
define Device/dlink_dir-853-a3 define Device/dlink_dir-853-a3
$(Device/dlink_dir-xx60-a1) $(Device/dlink_dir_nand_128m)
DEVICE_MODEL := DIR-853 DEVICE_MODEL := DIR-853
DEVICE_VARIANT := A3 DEVICE_VARIANT := A3
IMAGES += factory.bin IMAGES += factory.bin