Skip to content
Snippets Groups Projects
  1. May 26, 2017
    • Kyson Lok's avatar
      ramips: add support for GL-inet GL-MT300N-V2 · abbfcc85
      Kyson Lok authored
      
      This patch adds supports for the GL-inet GL-MT300N-V2.
      
      Specification:
      - SoC: MediaTek MT7628AN
      - Flash: 16 MiB (W25Q128FVSG)
      - RAM: 128 MiB DDR
      - Ethernet: 1 x WAN (100 Mbps) and 1 x LAN (100 Mbps)
      - USB: 1 x USB 2.0 port
      - Button: 1 x switch button, 1 x reset button
      - LED: 3 x LEDS (system power led is not GPIO controller)
      - UART: 1 x UART on PCB (JP1: 3.3V, RX, TX, GND)
      
      Installation through Luci:
      - The original firmware is LEDE, so both LuCI or sysupgrade can be used.
      - Do not keep settings, for sysupgrade please use the -n option.
      
      Installation through bootloader webserver:
      - Plug power and hold reset button until red LED blink to bright.
      - Install sysupgrade image using web interface on 192.168.1.1.
      
      Signed-off-by: default avatarKyson Lok <kysonlok@gmail.com>
      [match maximum image size with firmware partition]
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      abbfcc85
    • Mathias Kresin's avatar
      treewide: access device tree from userspace via /proc/ · da472e5b
      Mathias Kresin authored
      
      Access the device tree via /proc/device-tree/ is the documented way to
      access the properties. Everything else might not work in future.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      da472e5b
    • Eric Luehrsen's avatar
      flex: update to 2.6.4 (FS#809) · aeeb2faf
      Eric Luehrsen authored
      
      flex 2.6.3 has a bug which fails code generation and compile of some packages
      
      Signed-off-by: default avatarEric Luehrsen <ericluehrsen@hotmail.com>
      aeeb2faf
  2. May 25, 2017
  3. May 24, 2017
  4. May 23, 2017
  5. May 22, 2017
    • Hans Dedecker's avatar
      dnsmasq: bump to 2.77rc5 · 43cc3998
      Hans Dedecker authored
      
      Some small tweaks and improvements :
      
      9828ab1 Fix compiler warning.
      f77700a Fix compiler warning.
      0fbd980 Fix compiler warning.
      43cdf1c Remove automatic IDN support when building i18n.
      ff19b1a Fix &/&& confusion.
      2aaea18 Add .gitattributes to substitute VERSION on export.
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      43cc3998
    • Hans Dedecker's avatar
      6rd: add 6rd specific settings as nested json object · c0a9a733
      Hans Dedecker authored
      
      Add 6rd specific settings prefix, relay-prefix as a nested data json object
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      c0a9a733
    • Hans Dedecker's avatar
      netifd: update to git HEAD version · 5f2408db
      Hans Dedecker authored
      
      7573880 system-linux: parse 6rd specific settings as nested json data object
      a063705 system-linux: remove redundant check for strtoul() return value
      e6ebe0b build: disable unknown warning option error in clang
      08d8f47 interface: add new "ifup-failed" hotplug event
      20a1bac bridge: reset primary only after marking the member not present
      6b9c267 build: suppress format truncation warnings to avoid errors with gcc7
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      5f2408db
    • Rafał Miłecki's avatar
      umdns: update to the version 2017-05-22 · aaabf47e
      Rafał Miłecki authored
      
      This includes following changes:
      0e8b948 Support specifying instance name in JSON file
      49fdb9f Support PTR queries for a specific service
      26ce7dc Allow filtering with instance name in service_reply
      920c62a Store instance name in the struct service
      ff09d9a Rename service_name function to the service_instance_name
      64f78f1 Rename mdns_hostname variable to the umdns_host_label
      
      Previous package update pulled commit 70c66fbbcde86 ("Fix sending
      replies to PTR questions") which introduced a regression which this
      update fixes.
      
      Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
      aaabf47e
    • Felix Fietkau's avatar
      fstools: update to the latest version · 65a3dc27
      Felix Fietkau authored
      
      88d48d5 libfstools: silence mkfs.{ext4,f2fs}
      a19f2b3 build: disable the format-truncation warning error to fix gcc 7 build errors
      633a8d0 libfstools: fix multiple volume_identify usages with the same volume
      c43ae11 fstools: use -Wno-format-truncation instead of -Wno-error=format-truncation
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      65a3dc27
    • Yousong Zhou's avatar
      libunwind: update to 1.2 · 5d48dc11
      Yousong Zhou authored
      
      Addresses CVE-2015-3239: Off-by-one error in the dwarf_to_unw_regnum
      function in include/dwarf_i.h in libunwind 1.1 allows local users to
      have unspecified impact via invalid dwarf opcodes.
      
      Upstream stable-v1.2 fixed the missing unwind_i.h issue but no new
      tarball is released yet
      
      Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
      5d48dc11
Loading