diff options
author | Ryan Mounce <ryan@mounce.com.au> | 2019-05-25 22:06:05 +0930 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-27 22:44:08 +0200 |
commit | 6d6985ff0e41c89650d72d2b5c0c938c2f39906e (patch) | |
tree | 52e51137e26935d7e5e8102b4a6309c8d13038ea /target/linux/ath79/image | |
parent | 7d7787923673300c327faa0cc84ca55909f0c5f1 (diff) | |
download | upstream-6d6985ff0e41c89650d72d2b5c0c938c2f39906e.tar.gz upstream-6d6985ff0e41c89650d72d2b5c0c938c2f39906e.tar.bz2 upstream-6d6985ff0e41c89650d72d2b5c0c938c2f39906e.zip |
ath79: add support for WD My Net N750
SoC: AR9344
RAM: 128MB
Flash: 16MiB Winbond 25Q128BVFG SPI NOR
5GHz WiFi: AR9380 PCIe 3x3:3 802.11n
2.4GHz WiFi: AR9344 (SoC) AHB 2x2:2 802.11n
5x Gigabit ethernet via AR8327N switch (green + amber LEDs)
2x USB 2.0 via GL850G hub
4x front LEDs from SoC GPIO
1x front WPS button from SoC GPIO
1x bottom reset button from SoC GPIO
Known issues:
AR8327N LEDs only have default functionality, not presented in sysfs.
This is a regression from ar71xx.
UART header JP1, 115200 no parity 1 stop
TX
GND
VCC
(N/P)
RX
See https://openwrt.org/toh/wd/n750 for flashing detail.
Procedures unchanged from ar71xx.
Tested sysupgrade + factory flash from WD Emergency Recovery
Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index b8558a59f0..1585379f83 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -655,6 +655,17 @@ define Device/rosinson_wr818 endef TARGET_DEVICES += rosinson_wr818 +define Device/wd_mynet-n750 + $(Device/seama) + ATH_SOC := ar9344 + DEVICE_TITLE := Western Digital My Net N750 + IMAGE_SIZE := 15872k + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 + SEAMA_SIGNATURE := wrgnd13_wd_av + SUPPORTED_DEVICES += mynet-n750 +endef +TARGET_DEVICES += wd_mynet-n750 + define Device/wd_mynet-wifi-rangeextender ATH_SOC := ar9344 DEVICE_TITLE := Western Digital My Net Wi-Fi Range Extender |