mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-03 10:37:42 +01:00
mediatek: add support for netis NX62
Same hardware as Netcore N60 Pro Add: DEVICE_ALT0_VENDOR := netis DEVICE_ALT0_MODEL := NX62 DEVICE_ALT0_VARIANT := V1 Signed-off-by: Alexey Lotosh <lotosh@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21581 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
cd51f0c424
commit
24af2fefbf
1 changed files with 3 additions and 0 deletions
|
|
@ -2179,6 +2179,9 @@ TARGET_DEVICES += netcore_n60
|
|||
define Device/netcore_n60-pro
|
||||
DEVICE_VENDOR := Netcore
|
||||
DEVICE_MODEL := N60 Pro
|
||||
DEVICE_ALT0_VENDOR := netis
|
||||
DEVICE_ALT0_MODEL := NX62
|
||||
DEVICE_ALT0_VARIANT := V1
|
||||
DEVICE_DTS := mt7986a-netcore-n60-pro
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
UBINIZE_OPTS := -E 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue