From b376818f97801dbdc72af1dd1ed45f1a01191d69 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 26 Sep 2019 14:44:22 +0200 Subject: ramips: harmonize device vendor Zbtlink Spelling of Zbtlink varies across image definitions and DTS files. This patch uses Zbtlink consistently and also updates the model in DTS files to contain the vendor in all cases. This patch is cosmetical, as there should be no dependencies on device model name in ramips anymore. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/image/mt7621.mk | 10 +++++----- target/linux/ramips/image/mt76x8.mk | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 816652ddaa..582fe3284e 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -805,7 +805,7 @@ TARGET_DEVICES += youku_yk-l2 define Device/zbtlink_zbt-we1326 MTK_SOC := mt7621 IMAGE_SIZE := 16064k - DEVICE_VENDOR := ZBT + DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WE1326 DEVICE_PACKAGES := \ kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-sdhci-mt7620 wpad-basic @@ -816,7 +816,7 @@ TARGET_DEVICES += zbtlink_zbt-we1326 define Device/zbtlink_zbt-we3526 MTK_SOC := mt7621 IMAGE_SIZE := 16064k - DEVICE_VENDOR := ZBT + DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WE3526 DEVICE_PACKAGES := \ kmod-sdhci-mt7620 kmod-mt7603 kmod-mt76x2 \ @@ -827,7 +827,7 @@ TARGET_DEVICES += zbtlink_zbt-we3526 define Device/zbtlink_zbt-wg2626 MTK_SOC := mt7621 IMAGE_SIZE := 16064k - DEVICE_VENDOR := ZBT + DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WG2626 DEVICE_PACKAGES := \ kmod-ata-core kmod-ata-ahci kmod-sdhci-mt7620 kmod-mt76x2 kmod-usb3 \ @@ -839,7 +839,7 @@ TARGET_DEVICES += zbtlink_zbt-wg2626 define Device/zbtlink_zbt-wg3526-16m MTK_SOC := mt7621 IMAGE_SIZE := 16064k - DEVICE_VENDOR := ZBT + DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WG3526 DEVICE_VARIANT := 16M DEVICE_PACKAGES := \ @@ -852,7 +852,7 @@ TARGET_DEVICES += zbtlink_zbt-wg3526-16m define Device/zbtlink_zbt-wg3526-32m MTK_SOC := mt7621 IMAGE_SIZE := 32448k - DEVICE_VENDOR := ZBT + DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WG3526 DEVICE_VARIANT := 32M DEVICE_PACKAGES := \ diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 3179adc472..9ab16db064 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -578,7 +578,7 @@ TARGET_DEVICES += xiaomi_miwifi-nano define Device/zbtlink_zbt-we1226 MTK_SOC := mt7628an IMAGE_SIZE := 7872k - DEVICE_VENDOR := ZBTlink + DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WE1226 endef TARGET_DEVICES += zbtlink_zbt-we1226 -- cgit v1.2.3