Skip to content
Snippets Groups Projects
  1. May 25, 2017
  2. May 24, 2017
  3. May 23, 2017
  4. 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
  5. May 21, 2017
  6. May 20, 2017
  7. May 19, 2017
  8. May 18, 2017
  9. May 16, 2017
  10. May 15, 2017
    • Chris Blake's avatar
      ar71xx: add support for Aerohive AP-121 · 10d11859
      Chris Blake authored
      
      This adds support for Aerohive AP-121 access point.
      
      Specification:
      - SoC: Atheros AR9344-BC2A at 560MHz
      - WiFi 1: 2.4GHz Atheros AR9340? - SoC
      - WiFi 2: 5.0GHz Atheros AR9382-AL1A
      - Memory: 128MB from 2x Nanya NT5TU32M16DG-AC
      - SPI: 1MB Macronix MX25L8006E
      - NAND: 128MB Hynix H27U1G8F2BTR-BC
      - Ethernet: Atheros AR8035-A
      - USB: 1x 2.0
      - TPM: Atmel SC3204
      
      Flashing:
      1. Hook into UART (9600 baud) and enter U-Boot. You may need to enter
      a password of administrator or AhNf?d@ta06 if prompted.
      2. Once in U-Boot, download and flash LEDE factory image over tftp:
      
      dhcp;
      setenv serverip tftp-server-ip;
      tftpboot 0x81000000 lede-ar71xx-nand-hiveap-121-squashfs-factory.bin;
      nand erase 0x800000 0x800000;
      nand write 0x81000000 0x800000 0x800000;
      reset;
      
      Signed-off-by: default avatarChris Blake <chrisrblake93@gmail.com>
      [minor text changes in commit subject and description, fixed
      alphabetical order in etc/diag.sh, use only model name in lib/ar71xx.sh,
      fixed code style issues in mach-hiveap-121.c, ubinized factory image]
      Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>
      10d11859
Loading