diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-03-01 11:42:27 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-01 11:57:02 +0000 |
commit | aaa0203ad4e501238289cb8c21c50dc1452e1f34 (patch) | |
tree | 790cdd196b025c798b0063e1f026fd2b6eda5fc2 /target/linux/mediatek/image/mt7622.mk | |
parent | acbea54bc29a22d8fb171bc9da0f1b16fb0ec233 (diff) | |
download | upstream-aaa0203ad4e501238289cb8c21c50dc1452e1f34.tar.gz upstream-aaa0203ad4e501238289cb8c21c50dc1452e1f34.tar.bz2 upstream-aaa0203ad4e501238289cb8c21c50dc1452e1f34.zip |
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@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/image/mt7622.mk')
-rw-r--r-- | target/linux/mediatek/image/mt7622.mk | 6 |
1 files 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 |