mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
The D-Link DIR-1360 A1 is an AC1300 router based on the MT7621AT SoC. Specifications :- * SoC: MediaTek MT7621AT * RAM: 256 MB DDR3 * Flash: 128 MB SPI NAND (Winbond W29N01HV) * WiFi: MT7615D (2.4 GHz + 5 GHz DBDC) * Ethernet: 5x 10/100/1000 Mbps (1x WAN, 4x LAN) * USB: 1x USB 3.0 * Buttons: Reset, WPS * LEDs: Power (White/Orange), Internet (White/Orange), USB, 2.4G/5G WLAN MAC addresses are retrieved from the 'factory' partition via NVMEM. LAN: 0xe000 (gmac0) WAN: 0xe006 (gmac1) WLAN: 0xe00c (pcie0) Flash Instruction :- 1-Set a static IP on your PC (e.g., 192.168.0.10, Gateway 192.168.0.1). 2- Power off the router and connect your PC to a LAN port. 3- Hold the Reset button and power on the router; continue holding for 5 seconds. 4- Access the Recovery UI at http://192.168.0.1 in your browser. 5- Upload the OpenWrt factory.bin image and wait for the reboot. With these definitions in place, the DIR-1360 A1 boots reliably, exposes all hardware features correctly, and can be flashed via both the OEM recovery interface and standard OpenWrt upgrade paths. Signed-off-by: Aryaman Srivastava <aryamansrivastava895@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21616 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .. | ||
| airoha | ||
| apm821xx | ||
| armsr | ||
| at91 | ||
| ath79 | ||
| bcm27xx | ||
| bcm47xx | ||
| bcm53xx | ||
| bcm4908 | ||
| bmips | ||
| d1 | ||
| econet | ||
| gemini | ||
| generic | ||
| imx | ||
| ipq40xx | ||
| ipq806x | ||
| ixp4xx | ||
| kirkwood | ||
| lantiq | ||
| layerscape | ||
| loongarch64 | ||
| malta | ||
| mediatek | ||
| microchipsw | ||
| mpc85xx | ||
| mvebu | ||
| mxs | ||
| octeon | ||
| omap | ||
| pistachio | ||
| qoriq | ||
| qualcommax | ||
| qualcommbe | ||
| ramips | ||
| realtek | ||
| rockchip | ||
| sifiveu | ||
| siflower | ||
| starfive | ||
| stm32 | ||
| sunxi | ||
| tegra | ||
| uml | ||
| x86 | ||
| zynq | ||
| Makefile | ||