mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user