diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-09-26 14:44:22 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-09-29 00:08:20 +0200 |
commit | b376818f97801dbdc72af1dd1ed45f1a01191d69 (patch) | |
tree | 5a80bf7b34ee14a427c11300c41a9853677606db /target/linux/ramips/image/mt76x8.mk | |
parent | eddbd68b6d3fa540b2c5e6c0027c08c9f186bfc1 (diff) | |
download | upstream-b376818f97801dbdc72af1dd1ed45f1a01191d69.tar.gz upstream-b376818f97801dbdc72af1dd1ed45f1a01191d69.tar.bz2 upstream-b376818f97801dbdc72af1dd1ed45f1a01191d69.zip |
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/image/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |