[openwrt/openwrt] ramips: add Nighthawk AC2100 as name for Netgear R6700v2

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 26 15:25:16 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/95807f89ff6278a6c226eba3e6aadd123322f705

commit 95807f89ff6278a6c226eba3e6aadd123322f705
Author: Dale Hui <strokes-races0b at icloud.com>
AuthorDate: Sat Aug 21 00:10:22 2021 -0700

    ramips: add Nighthawk AC2100 as name for Netgear R6700v2
    
    Netgear Nighthawk AC2100 is another name of the Netgear R6700v2.
    
    Signed-off-by: Dale Hui <strokes-races0b at icloud.com>
    [adjust commit message/title]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ramips/image/mt7621.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index cab926dccd..523d58101a 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1065,6 +1065,9 @@ define Device/netgear_r6700-v2
   DEVICE_ALT0_VENDOR := NETGEAR
   DEVICE_ALT0_MODEL := Nighthawk AC2400
   DEVICE_ALT0_VARIANT := v1
+  DEVICE_ALT1_VENDOR := NETGEAR
+  DEVICE_ALT1_MODEL := Nighthawk AC2100
+  DEVICE_ALT1_VARIANT := v1
   SERCOMM_HWNAME := R6950
   SERCOMM_HWID := BZV
   SERCOMM_HWVER := A001



More information about the lede-commits mailing list