mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-14 00:06:46 +00:00
mediatek: new target ubnt_unifi-6-lr-v1-ubootmod
based on current ubnt_unifi-6-lr-ubootmod Signed-off-by: Daniel Golle <daniel@makrotopia.org> [added SUPPORTED_DEVICES for compatibility with existing setups] Signed-off-by: Henrik Riomar <henrik.riomar@gmail.com>
This commit is contained in:
parent
15a02471bb
commit
5c8d3893a7
@ -3,7 +3,7 @@
|
|||||||
#include "mt7622-ubnt-unifi-6-lr-v1.dtsi"
|
#include "mt7622-ubnt-unifi-6-lr-v1.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Ubiquiti UniFi 6 LR (U-Boot mod)";
|
model = "Ubiquiti UniFi 6 LR v1 (U-Boot mod)";
|
||||||
compatible = "ubnt,unifi-6-lr-ubootmod", "mediatek,mt7622";
|
compatible = "ubnt,unifi-6-lr-ubootmod", "mediatek,mt7622";
|
||||||
};
|
};
|
||||||
|
|
@ -254,11 +254,11 @@ define Device/ubnt_unifi-6-lr-v1
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_unifi-6-lr-v1
|
TARGET_DEVICES += ubnt_unifi-6-lr-v1
|
||||||
|
|
||||||
define Device/ubnt_unifi-6-lr-ubootmod
|
define Device/ubnt_unifi-6-lr-v1-ubootmod
|
||||||
DEVICE_VENDOR := Ubiquiti
|
DEVICE_VENDOR := Ubiquiti
|
||||||
DEVICE_MODEL := UniFi 6 LR
|
DEVICE_MODEL := UniFi 6 LR
|
||||||
DEVICE_VARIANT := U-Boot mod
|
DEVICE_VARIANT := v1 U-Boot mod
|
||||||
DEVICE_DTS := mt7622-ubnt-unifi-6-lr-ubootmod
|
DEVICE_DTS := mt7622-ubnt-unifi-6-lr-v1-ubootmod
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_PACKAGES := kmod-mt7915e kmod-leds-ubnt-ledbar
|
DEVICE_PACKAGES := kmod-mt7915e kmod-leds-ubnt-ledbar
|
||||||
KERNEL := kernel-bin | lzma
|
KERNEL := kernel-bin | lzma
|
||||||
@ -269,8 +269,9 @@ define Device/ubnt_unifi-6-lr-ubootmod
|
|||||||
ARTIFACTS := preloader.bin bl31-uboot.fip
|
ARTIFACTS := preloader.bin bl31-uboot.fip
|
||||||
ARTIFACT/preloader.bin := bl2 nor-2ddr
|
ARTIFACT/preloader.bin := bl2 nor-2ddr
|
||||||
ARTIFACT/bl31-uboot.fip := bl31-uboot ubnt_unifi-6-lr
|
ARTIFACT/bl31-uboot.fip := bl31-uboot ubnt_unifi-6-lr
|
||||||
|
SUPPORTED_DEVICES += ubnt,unifi-6-lr-ubootmod
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_unifi-6-lr-ubootmod
|
TARGET_DEVICES += ubnt_unifi-6-lr-v1-ubootmod
|
||||||
|
|
||||||
define Device/xiaomi_redmi-router-ax6s
|
define Device/xiaomi_redmi-router-ax6s
|
||||||
DEVICE_VENDOR := Xiaomi
|
DEVICE_VENDOR := Xiaomi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user