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>
This commit is contained in:
committed by
Petr Štetiar
parent
7d77879236
commit
6d6985ff0e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user