Skip to content
Snippets Groups Projects
  1. May 10, 2017
    • Ørjan Malde's avatar
      ramips: add support for Asus RT-AC51U · 5f932988
      Ørjan Malde authored
      
      Specification:
       - SoC: MediaTek MT7620A (580 MHz)
       - RAM: 64 MiB (Winbond W9751G6JB-25)
       - Flash: 16 MiB (Spansion S25FL128SAIF00)
       - LAN: x4 100M
       - WAN: x1 100M
       - Others: USB 2.0, reset button, wps button and 9 LEDs
      
      Issues:
       - 5 GHz band is not functional (missing driver support)
      
      Installation:
      
      Asus windows recovery tool:
       - install the Asus firmware restoration utility
       - unplug the router, hold the reset button while powering it on
       - release when the power LED flashes slowly
       - specify a static IP on your computer:
           IP address: 192.168.1.75;
           Subnet mask 255.255.255.0
       - Start the Asus firmware restoration utility, specify the sysupgrade
         image, and press upload
      
      TFTP Recovery method:
       - set computer to a static ip, 192.168.1.75
       - connect computer to the LAN 1 port of the router
       - hold the reset button while powering on the router for a few seconds
       - send firmware image using a tftp client; i.e from linux:
       $ tftp
       tftp> binary
       tftp> connect 192.168.1.1
       tftp> put lede-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin
       tftp> quit
      
      Signed-off-by: default avatarØrjan Malde <foxyred333@gmail.com>
      5f932988
  2. May 05, 2017
  3. Apr 25, 2017
  4. Apr 21, 2017
  5. Mar 17, 2017
    • Vaclav Svoboda's avatar
      ramips: add support for Zbtlink ZBT-WE2026 · 815cc2a6
      Vaclav Svoboda authored
      
      This patch adds support for the Zbtlink ZBT-WE2026.
      
      Specification:
      - SoC: MediaTek MT7620N (580MHz)
      - RAM: 64 MiB
      - Flash: 8 MiB SPI
      - LAN: 4x100M
      - WAN: 1x100M
      
      Installation through bootloader webserver:
      - With the power unplugged press and hold reset button.
      - Plug power and hold reset button until LED starts to blink.
      - Install sysupgrade image using web interface on 192.168.1.1.
      
      Signed-off-by: default avatarVaclav Svoboda <svoboda@neng.cz>
      815cc2a6
  6. Mar 12, 2017
  7. Mar 11, 2017
  8. Mar 01, 2017
  9. Feb 26, 2017
  10. Feb 05, 2017
    • Kristian Evensen's avatar
      ramips: add support for Sanlinking D240 · bb7068f2
      Kristian Evensen authored
      The Sanlinking Technologies D240
      (http://www.sanlinking.com/en/29-dual-4g-wifi-router.html
      
      ) is basically the same
      device as the ZBT WE826, so adding support for it in LEDE is straight forward.
      The differences is that the D240 has two mini-PCIe slots (instead of one), blue
      LEDs and supports PoE.
      
      Specification:
      * CPU: MT7620A
      * 1x 10/100Mbps POE (802.3af/802.3at) Ethernet, 4x 10/100Mbps.
      * 16 MB Flash.
      * 128 MB RAM.
      * 1x USB 2.0 port.
      * 2x mini-PCIe slots.
      * 2x SIM slots.
      * 1x 2.4Ghz WIFI.
      * 1x button.
      
      Wifi, USB, switch and both mini-PCIe slots are working. I have not been able to
      test the SD card reader.
      
      The device comes pre-installed with an older version of OpenWRT, including Luci.
      In order to install LEDE, you need to follow the existing procedure for updating
      OpenWRT/LEDE using Luci. I.e., you need to access the UI and update the firmware
      using the sysupgrade-image. Remember to select that you do not want to keep
      existing settings. The default router address is 192.168.10.1 and
      username/password admin/root (at least on my devices).
      
      If you brick the device, the procedure for recovery is the same as for the
      WE826. Please see the wiki page for that device for instructions.
      
      Signed-off-by: default avatarKristian Evensen <kristian.evensen@gmail.com>
      bb7068f2
  11. Feb 04, 2017
  12. Jan 27, 2017
  13. Jan 26, 2017
  14. Jan 19, 2017
  15. Jan 18, 2017
  16. Jan 05, 2017
  17. Dec 24, 2016
  18. Dec 22, 2016
  19. Nov 27, 2016
  20. Nov 19, 2016
  21. Nov 18, 2016
  22. Oct 19, 2016
  23. Oct 04, 2016
  24. Sep 27, 2016
  25. Sep 03, 2016
    • Mathias Kresin's avatar
      ramips: move seama build recipe to Makefile · 0f3600cc
      Mathias Kresin authored
      
      The identical build step is defined twice. Move it to the parent
      Makefile to use only one version.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      0f3600cc
    • Mathias Kresin's avatar
      ramips: set blocksize for 4MB devices · 28110727
      Mathias Kresin authored
      
      Set the blocksize for devices having only 4MB of flash for ramips
      devices already using the new image build code.
      
      Informations about the used flash chip are gathered from the OpenWrt
      wiki, wikidevi, forums, OEM bootlogs or the compatible property in the
      device tree source file.
      
      The en25q32b from the AirLive Air3GII does not have 4k support in the
      kernel.
      
      For the following boards no information about the used flash chip could
      be found and a 64k blocksize is assumed:
      
        - Ralink V11ST-FE
        - Ralink AP-RT3052-V22RW-2X2
        - MediaTek MT7628 EVB
        - MediaTek MT7621 EVB
        - UPVEL UR-326N4G
        - Buffalo WZR-AGL300NH
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      28110727
  26. Sep 04, 2016
  27. Aug 20, 2016
  28. Jul 11, 2016
Loading