Skip to content
Snippets Groups Projects
  1. May 10, 2017
    • Arjen de Korte's avatar
      dnsmasq: don't propagate DUID from one host to another · 44da45a8
      Arjen de Korte authored
      
      If no DUID is set for a host, it should be empty, not the last one set for a previous host.
      
      Signed-off-by: default avatarArjen de Korte <build+lede@de-korte.org>
      44da45a8
    • 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
  2. May 09, 2017
  3. May 06, 2017
  4. May 05, 2017
  5. May 04, 2017
    • Alberto Bursi's avatar
      dnsmasq: make tftp root if not existing · 72967676
      Alberto Bursi authored
      
      If there's a TFTP root directory configured, create it with mkdir -p
      (which does not throw an error if the folder exists already)
      before starting dnsmasq. This is useful for TFTP roots in /tmp, for example.
      
      Originally submitted by nfw user aka Nathaniel Wesley Filardo
      
      Signed-off-by: default avatarAlberto Bursi <alberto.bursi@outlook.it>
      72967676
    • Hans Dedecker's avatar
      dnsmasq: fix dhcp_option usage warning · cd5cd7c8
      Hans Dedecker authored
      
      Don't display unnecessary dhcp_option usage warning in case
      dhcp_option is empty
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      cd5cd7c8
    • 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
  6. May 03, 2017
  7. May 02, 2017
Loading