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>
This commit is contained in:
parent
acbea54bc2
commit
aaa0203ad4
1 changed files with 3 additions and 3 deletions
|
@ -119,9 +119,9 @@ define Device/mediatek_mt7622-rfb1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += mediatek_mt7622-rfb1
|
TARGET_DEVICES += mediatek_mt7622-rfb1
|
||||||
|
|
||||||
define Device/mediatek_mt7622-ubi
|
define Device/mediatek_mt7622-rfb1-ubi
|
||||||
DEVICE_VENDOR := MediaTek
|
DEVICE_VENDOR := MediaTek
|
||||||
DEVICE_MODEL := MTK7622 AP (UBI)
|
DEVICE_MODEL := MTK7622 rfb1 AP (UBI)
|
||||||
DEVICE_DTS := mt7622-rfb1-ubi
|
DEVICE_DTS := mt7622-rfb1-ubi
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
UBINIZE_OPTS := -E 5
|
UBINIZE_OPTS := -E 5
|
||||||
|
@ -135,7 +135,7 @@ define Device/mediatek_mt7622-ubi
|
||||||
IMAGE/sysupgrade.bin := sysupgrade-tar
|
IMAGE/sysupgrade.bin := sysupgrade-tar
|
||||||
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-ata-ahci-mtk
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-ata-ahci-mtk
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += mediatek_mt7622-ubi
|
TARGET_DEVICES += mediatek_mt7622-rfb1-ubi
|
||||||
|
|
||||||
define Device/ubnt_unifi-6-lr
|
define Device/ubnt_unifi-6-lr
|
||||||
DEVICE_VENDOR := Ubiquiti
|
DEVICE_VENDOR := Ubiquiti
|
||||||
|
|
Loading…
Reference in a new issue