Skip to content
Snippets Groups Projects
  1. May 16, 2017
  2. May 15, 2017
  3. May 14, 2017
  4. May 13, 2017
  5. May 12, 2017
  6. May 11, 2017
  7. May 10, 2017
    • Jo-Philipp Wich's avatar
      ramips: fixup-mac-address: add missing include · 8451b060
      Jo-Philipp Wich authored
      
      Add missing include of ramips.sh in order to import the missing
      ramips_board_name() procedure.
      
      Fixes FS#774.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      8451b060
    • Ø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
    • Alexey Belyaev's avatar
      ramips: add new device ZyXEL Keenetic as kn · a7cbf59e
      Alexey Belyaev authored
      
      This device exactly same as NBG-419N but with USB port and USB Led.
      
      Specification:
      
      - SoC: Ralink RT3052 (MIPS24Kc) @384MHz
      - RAM: 32 MiB
      - Flash: 8 MiB
      - WLAN: WiSoC 2T2R/300Mbps (2.4GHz)
      - LAN: 4x100M
      - WAN: 1x100M
      - USB: 1x2.0
      
      Installation via serial console (57600 8N1) from TFTP server
       - rename the firmware to something shorter, for example
         "sysupgrade.bin" (max. 32 chars)
       - copy firmware TFTP server's directory
       - when you power on device, and see U-Boot log, immediatly push "2"
         once.
       - You will see this message:
           2: System Load Linux Kernel then write to Flash via TFTP.
              Warning!! Erase Linux in Flash then burn new one. Are you sure?
       - Push "y", and enter: device IP, then TFTP server's IP, and then
         image firmware file name.
      
      The firmware will be downloaded within ~30 seconds and flashed to the
      device (It will take about 2 minutes).
      
      Signed-off-by: default avatarAlexey Belyaev <spider@spider.vc>
      [squash commits, compact commit message, fix compatible string, remove
      superfluous pinmuxes]
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      a7cbf59e
  8. May 06, 2017
  9. May 05, 2017
  10. May 04, 2017
    • Daniel Golle's avatar
      ramips: purge default packages on MT7621 · d17cb4a6
      Daniel Golle authored
      
      In order to have a smaller initramfs image remove all packages not
      needed on all devices and add them explicitely for those actually
      needing them. Also remove wpad-mini from ramips default package set
      and add it to all sub-targets except for MT7621.
      While at it reorder packages alphabetically and replace kmod-mt76 with
      kmod-mt7603 and/or kmod-mt76x2 depending on the chip actually used on
      a specific board.
      
      Hopefully fixes FS#758
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      d17cb4a6
    • Matthias Schiffer's avatar
      sunxi: clean up modules definitions · be40d0a1
      Matthias Schiffer authored
      
      Module definitions for kmod-wdt-sunxi and kmod-eeprom-sunxi are removed
      (wdt-sunxi was builtin anyways; nvmem-sunxi, which is the new name of
      eeprom-sunxi is changed to builtin). As kmod-eeprom-sunxi was specified
      in DEFAULT_PACKAGES, but not available on kernel 4.4, it was breaking the
      image builder.
      
      Support for kmod-sunxi-ir is added for kernel 4.4 (it is unclear why it
      was disable before, it builds fine with with kernel 4.4).
      
      Condtionals only relevant for pre-4.4 kernels are removed from modules.mk,
      as sunxi does't support older kernels anymore.
      
      Fixes FS#755.
      
      Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
      be40d0a1
  11. May 03, 2017
  12. May 02, 2017
Loading