Skip to content
Snippets Groups Projects
  1. May 25, 2017
    • René Mayrhofer's avatar
      Make GBit switch work on RB2011 · e457d222
      René Mayrhofer authored
      This change is required to make the GBit switch work on my Mikrotik Routerboard RB2011UiAS-RM, and I assume that the other RB2011 variants are exactly the same in terms of the switch. I have tested the board without and with the patch and confirm that the GBit ports are not supported at all (i.e. no communication works) with the current version in trunk and that everything works with the patch applied. The test box has been running for a few days with the patch applied, and does not show any performance problems in a test setting. I have not used it with LEDE in production so far, but with a previous turnk version of OpenWRT for many years - with the same patch applied. I therefore have good indication that it is stable.
      
      For the record, the switch chip on my test box is identified as
      	switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
      
      The value 0x6f000000 has been taken from the table at https://wiki.openwrt.org/toh/mikrotik/rb2011uias with the previous discussion thread still online at https://lists.openwrt.org/pipermail/openwrt-devel/2014-December/029949.html.
      One definite improvement from the older OpenWRT trunk version I have been running in production and current LEDE trunk is that the SFP interface can be kept in the default configuration without excessive kernel messages about it constantly going up and down. I have not yet tested an actual SFP module, though.
      
      Performance seems to be reasonable. Routing between two GBit ports on that switch separated by different VLANs with the default firewall ruleset (and one additional rule two allow traffic between the VLANs), but without NAT, iperf3 results are:
      	[ ID] Interval           Transfer     Bandwidth       Retr
      	[  4]   0.00-10.00  sec   508 MBytes   426 Mbits/sec  102             sender
      	[  4]   0.00-10.00  sec   506 MBytes   425 Mbits/sec                  receiver
      With a connection going through NAT (also 2 ports on the same GBit switch, same ruleset, but NAT active), routing performance drops to around 250 MBit/s.
      (Note that RouterOS achieves beyond 900 MBit/s on the same hardware with the default rule set and the FastTrack rule active even for NAT, see https://wiki.mikrotik.com/index.php?title=Manual:IP/Fasttrack and http://www.mikrotik.com/download/share/FastTrack.pdf
      
      ).
      
      Summarizing, I strongly recommend to apply this patch in trunk, so that the GBit switch chip rev. 4 can be supported upstream in the next LEDE release (hopefully soon).
      
      Signed-off-by: default avatarRené Mayrhofer <rene@mayrhofer.eu.org>
      e457d222
    • Matthias Fritzsche's avatar
      ar71xx: change image version for ubiquiti devices · a4e63e26
      Matthias Fritzsche authored
      
      changes the image version from hardcoded OpenWrt to
      $VERSION_DIST. AirOS shows a notification with the image version
      during a firmware upgrade.
      
      fixes #582
      
      Signed-off-by: default avatarMatthias Fritzsche <txt.file@txtfile.eu>
      a4e63e26
  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
Loading