mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 19:48:54 +00:00
ramips: add mt7615e support to Netgear R6350
Signed-off-by: Christoph Krapp <achterin@googlemail.com>
(cherry picked from commit 9861fa7aba
)
This commit is contained in:
parent
f8902d1ae6
commit
9c6913ccad
@ -136,6 +136,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>;
|
||||
|
@ -374,7 +374,7 @@ define Device/netgear_r6350
|
||||
IMAGE/rootfs.bin := append-ubi | check-size $$$$(IMAGE_SIZE)
|
||||
DEVICE_TITLE := Netgear 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user