ramips: apply consistent device name/compatible to ZBT-WE1026-5G
All Zbtlink ramips devices except the ZBT-WE1026-5G include the zbt-/ZBT- prefix in their model name. This changes ZBT-WE1026-5G to also follow that scheme. The patch moves some block to keep alphatical order. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Daniel Golle
parent
b376818f97
commit
400e56d22c
@@ -943,17 +943,6 @@ define Device/yukai_bocco
|
||||
endef
|
||||
TARGET_DEVICES += yukai_bocco
|
||||
|
||||
define Device/zbtlink_we1026-5g-16m
|
||||
MTK_SOC := mt7620a
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := Zbtlink
|
||||
DEVICE_MODEL := ZBT-WE1026-5G
|
||||
DEVICE_VARIANT := 16M
|
||||
DEVICE_PACKAGES := kmod-mt76x2 kmod-usb2 kmod-usb-ohci kmod-sdhci-mt7620
|
||||
SUPPORTED_DEVICES += we1026-5g-16m
|
||||
endef
|
||||
TARGET_DEVICES += zbtlink_we1026-5g-16m
|
||||
|
||||
define Device/zbtlink_zbt-ape522ii
|
||||
MTK_SOC := mt7620a
|
||||
IMAGE_SIZE := 15872k
|
||||
@@ -984,6 +973,17 @@ define Device/zbtlink_zbt-wa05
|
||||
endef
|
||||
TARGET_DEVICES += zbtlink_zbt-wa05
|
||||
|
||||
define Device/zbtlink_zbt-we1026-5g-16m
|
||||
MTK_SOC := mt7620a
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := Zbtlink
|
||||
DEVICE_MODEL := ZBT-WE1026-5G
|
||||
DEVICE_VARIANT := 16M
|
||||
DEVICE_PACKAGES := kmod-mt76x2 kmod-usb2 kmod-usb-ohci kmod-sdhci-mt7620
|
||||
SUPPORTED_DEVICES += we1026-5g-16m zbtlink,we1026-5g-16m
|
||||
endef
|
||||
TARGET_DEVICES += zbtlink_zbt-we1026-5g-16m
|
||||
|
||||
define Device/zbtlink_zbt-we2026
|
||||
MTK_SOC := mt7620n
|
||||
IMAGE_SIZE := 7552k
|
||||
|
||||
Reference in New Issue
Block a user