Skip to content
Snippets Groups Projects
  1. Mar 03, 2016
  2. Mar 01, 2016
  3. Feb 15, 2016
    • John Crispin's avatar
      ramips: Add support for Phicomm PSG1208 · 8b38a945
      John Crispin authored
      
      This patch adds support for Phicomm PSG1208.This is a router with MT7620A SoC with 8M flash and 64M ram.
      The WPS led is uesd as status_led because the power light can't be controlled with GPIO.
      It seems that the 5g wifi led is connected to MT7612E and it can't be controlled with GPIO too.
      
      Signed-off-by: default avatarChuanhong Guo <gch981213@gmail.com>
      
      SVN-Revision: 48721
      8b38a945
  4. Feb 12, 2016
    • John Crispin's avatar
      ramips: Add support for Netgear EX2700 · 9f9682a7
      John Crispin authored
      
      This patch adds support for the Netgear EX2700 and builds an approriate
      sysupgrade image.
      
      What's missing is the option to build a factory image flashable via the
      router's stock web interface, but this approach is hindered by the fact
      that u-boot operforms an additional integrity check, which expects a
      uImage header in the last 64 bytes of the "kernel" partition, which
      the bootloader expects to be 960k, a size exceeded by the standard
      OpenWrt kernel.
      
      Signed-off-by: default avatarJoseph C. Lehner <joseph.c.lehner@gmail.com>
      
      SVN-Revision: 48698
      9f9682a7
  5. Jan 01, 2016
  6. Dec 12, 2015
    • John Crispin's avatar
      ramips: add support for Ubiquiti EdgeRouter X (UBNT-ERX) · 4e31b2e8
      John Crispin authored
      
      This router is based on MT7621 SoC, no wifi, no usb, nand.
      
      Works:
      * Boots.
      * Ethernet.
      * Switch.
      * Button (reset).
      * Flashing OpenWrt from stock firmware.
      * Upgrading OpenWrt.
      
      Doesn't work:
      * No GPIO leds. All leds are controlled by switch,
        but stock firmware was able to control them.
      * SoC has crypto engine but no open driver.
      * SoC has nat acceleration, but no open driver.
      * This router has 2MB spi flash soldered in but MT
        nand/spi drivers do not support pin sharing,
        so it is not accessable and disabled. Stock
        firmware could read it and it was empty.
      * PoE out.
      
      Router has serial pins populated. If looking at the top
      of the router, then counting from Eth sockets pins go as:
      'GND, RX, TX, GND'. 3.3v, 57600.
      
      U-boot bootloader supports tftpboot, controlled from serial.
      This router has two kernel partitions: 'live' and 'backup'.
      They are swapped during flashing (on both stock and OpenWrt).
      Active partition is controlled by a flag in a factory partition.
      U-boot has custom command to switch active kernel partition.
      Kernel partitions are 'bare flash' 3MB. Stock bootloader has
      no UBI support. Stock rootfs is UBIFS.
      
      Flashing procedure.
      Stock firmware uses custom kernel patch to mount squashfs
      from a file that is located on UBIFS volume. This makes wiping
      out this volume from within stock firmware difficult.
      Instead this patch builds image that is flashable by stock firmware
      and contains initrams image (with minimal set of packages
      to fit into kernel partition). Once this is flashed one can reboot
      into initramfs OpenWrt and use sysupgrade to flash OpenWrt including
      rootfs into nand.
      Note: factory image is only built if initramfs image is enabled.
      
      Signed-off-by: default avatarNikolay Martynov <mar.kolya@gmail.com>
      
      SVN-Revision: 47881
      4e31b2e8
  7. Dec 11, 2015
    • John Crispin's avatar
      ramips: add additional support for MQmaker WiTi board · 9f140068
      John Crispin authored
      
      The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram,
      2 sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and
      one 5 ghz antenna.
      
      This is the 6th submission that adds support for XHCI in the device tree
      file, along with switching the location of the 2 radio's and addition of
      the kmod-i2c-mt7621 in the default packages of the profile.
      
      Signed-off-by: default avatarSebastian Careba <nitroshift@yahoo.com>
      
      SVN-Revision: 47845
      9f140068
  8. Nov 24, 2015
    • John Crispin's avatar
      ralink: add support for netis WF-2881 · 8c1f5141
      John Crispin authored
      
      netis WF-2881 is an MT7621AT based router with MT7602EN, MT7612EN.
      It has 128MB DDR3, 128MB SLC NAND FLASH, 5-port Gbps switch and 1x USB 3.0.
      The following patch adds support for this device.
      
      this device only works on top of UBI.
      
      Tested and working:
      * ethernet
      * both WiFi radios
      * USB 3.0
      * buttons (reset button)
      * ethernet switch and USB diag LEDs
      * UART
      * GPIOs
      * sysupgrade
      
      Tested and not working
      * failsafe
      
      Signed-off-by: default avatarYounJae Rho <luxflow@live.com>
      
      SVN-Revision: 47619
      8c1f5141
    • John Crispin's avatar
      ramips: add support for Youku YK1 · e9baf826
      John Crispin authored
      
      Changes since V1:
      I resend this patch for current trunk.The former V1 patch is for CC branch.
      
      Signed-off-by: default avatarShonn Lu <countrysideboy@qq.com>
      
      SVN-Revision: 47617
      e9baf826
  9. Nov 05, 2015
  10. Nov 02, 2015
  11. Oct 19, 2015
  12. Oct 05, 2015
    • John Crispin's avatar
      ramips: Add base-files for HiWiFi HC5x61 models · c10bdf11
      John Crispin authored
      HiWiFi HC5661/5761/5861 models are manufactured by http://www.hiwifi.com
      
      . These models have similar hardware specs(MT7620A + 128M DDR2 + 16M flash). This patch adds support for them.
      
      The original author is Justin Liu (rssnsj@gmail.com). I ported the patch to trunk and submitted it here with his approval.
      
      v3 fix
         1: Fixed model order
         2: Remove manufacturer name from model name
         3: Use a hacky but prettier way to get mac address.
      
      Signed-off-by: default avatarXiaoning Kang <kangxn@163.com>
      
      SVN-Revision: 47111
      c10bdf11
  13. Sep 14, 2015
  14. Aug 17, 2015
  15. Jul 24, 2015
  16. Jul 17, 2015
  17. Jul 14, 2015
  18. Jun 18, 2015
  19. Jun 05, 2015
  20. May 23, 2015
  21. Apr 09, 2015
  22. Apr 01, 2015
    • John Crispin's avatar
      ramips: Add support for ZTE Q7 · 449c5f7b
      John Crispin authored
      ZTE Q7 is a wireless router with SD Card,USB,1 ethernet port and a battery.It used MT7620a SoC.
      I can,t find any information about this router on ZTE's website.
      But I found this : http://en.cctairmobi.com/plus/list.php?tid=40
      
      
      This router is the same as ZTE Q7 and later I found that both routers are made by the same company:-D
      
      This patch adds support for it.
      Because there is only one port,I disabled VLAN and use eth0 as lan port.
      I could only create a sysupgrade firmware because I don't know how the orignal webpage check the uploaded image:-(
      
      Signed-off-by: default avatar郭传鈜 <gch981213@gmail.com>
      
      SVN-Revision: 45208
      449c5f7b
  23. Feb 02, 2015
Loading