diff options
author | Jan Hoffmann <jan@3e8.eu> | 2019-05-26 15:01:09 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-31 11:21:22 +0200 |
commit | 085f66de9a1e0cba44eb15deb4f4803f1ac2286f (patch) | |
tree | a0be8b95cf052db2b7f68afb823b17766b787b5e /target/linux/ramips/image | |
parent | 5ff5c9bce6b6e51060c272521528b5afd789e9ab (diff) | |
download | upstream-085f66de9a1e0cba44eb15deb4f4803f1ac2286f.tar.gz upstream-085f66de9a1e0cba44eb15deb4f4803f1ac2286f.tar.bz2 upstream-085f66de9a1e0cba44eb15deb4f4803f1ac2286f.zip |
ramips: create R6220 dtsi and improve WNDR3700v5 support
The R6220 and WNDR3700v5 are identical apart from using NAND/NOR flash and
having a different casing. This adds a new cleaned up R6220.dtsi with the
common bits for both devices. Both devices now have feature parity.
Performed cleanup:
* generic DTS node names
* regulator for usb power
* added missing pinctrl groups
* use switch port instead of VLAN as trigger for WAN LED
Fixes for WNDR3700v5:
* all LEDS work
* correct ethernet MAC addresses
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index c21b9b4b63..2eb7feb5bf 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -550,7 +550,8 @@ define Device/wndr3700v5 IMAGE/factory.img := pad-extra 320k | $$(IMAGE/default) | pad-to $$$$(BLOCKSIZE) | \ sercom-footer | pad-to 128 | zip WNDR3700v5.bin | sercom-seal DEVICE_TITLE := Netgear WNDR3700v5 - DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 wpad-basic + DEVICE_PACKAGES := \ + kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic endef TARGET_DEVICES += wndr3700v5 |