[openwrt/openwrt] mediatek: mt7622: rename mt7622-ubi to mt7622-rfb1-ubi
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 1 16:14:18 GMT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/aaa0203ad4e501238289cb8c21c50dc1452e1f34
commit aaa0203ad4e501238289cb8c21c50dc1452e1f34
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Mar 1 11:42:27 2021 +0000
mediatek: mt7622: rename mt7622-ubi to mt7622-rfb1-ubi
This profile is meant to be used on MT7622 rfb1 AP, indicate that in
the name to make things less confusing.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/image/mt7622.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index 3fe9700ae0..ec1e15d5e5 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -119,9 +119,9 @@ define Device/mediatek_mt7622-rfb1
endef
TARGET_DEVICES += mediatek_mt7622-rfb1
-define Device/mediatek_mt7622-ubi
+define Device/mediatek_mt7622-rfb1-ubi
DEVICE_VENDOR := MediaTek
- DEVICE_MODEL := MTK7622 AP (UBI)
+ DEVICE_MODEL := MTK7622 rfb1 AP (UBI)
DEVICE_DTS := mt7622-rfb1-ubi
DEVICE_DTS_DIR := ../dts
UBINIZE_OPTS := -E 5
@@ -135,7 +135,7 @@ define Device/mediatek_mt7622-ubi
IMAGE/sysupgrade.bin := sysupgrade-tar
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-ata-ahci-mtk
endef
-TARGET_DEVICES += mediatek_mt7622-ubi
+TARGET_DEVICES += mediatek_mt7622-rfb1-ubi
define Device/ubnt_unifi-6-lr
DEVICE_VENDOR := Ubiquiti
More information about the lede-commits
mailing list