Skip to content

Commit

Permalink
ramips: add mt7615e support to Netgear R6350
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Krapp <achterin@googlemail.com>
  • Loading branch information
achterin authored and blocktrron committed Aug 31, 2019
1 parent 13937a1 commit 9861fa7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions target/linux/ramips/dts/mt7621_netgear_r6350.dts
Expand Up @@ -131,6 +131,15 @@
status = "okay";
};

&pcie0 {
wifi@0,0 {
compatible = "mediatek,mt76";
reg = <0x0 0 0 0 0>;
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
};

&pcie1 {
wifi@0,0 {
reg = <0x0 0 0 0 0>;
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/image/mt7621.mk
Expand Up @@ -428,7 +428,7 @@ define Device/netgear_r6350
DEVICE_VENDOR := NETGEAR
DEVICE_MODEL := R6350
DEVICE_PACKAGES := \
kmod-mt7603 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
kmod-mt7603 kmod-mt7615e kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
endef
TARGET_DEVICES += netgear_r6350

Expand Down

0 comments on commit 9861fa7

Please sign in to comment.