[openwrt/openwrt] mediatek: add support for netis NX62

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 30 10:02:55 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/24af2fefbffe67165e05e3533047ee1f29f2f875

commit 24af2fefbffe67165e05e3533047ee1f29f2f875
Author: Alexey Lotosh <lotosh at gmail.com>
AuthorDate: Sat Jan 17 19:01:06 2026 +0300

    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21581
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/image/filogic.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 58f3873f9b..7fefca3a11 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -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




More information about the lede-commits mailing list