Skip to content
Snippets Groups Projects
  1. May 21, 2019
  2. May 10, 2019
    • David Bauer's avatar
      ramips: fix R6120 factory image · dca50d2f
      David Bauer authored
      The factory firmware omits the JFFS2 end-marker while flashing via
      web-interface. Add a 64k padding after the marker fixes this problem.
      
      When the end-marker is not present, OpenWRT won't save the overlayfs
      after initial flash.
      dca50d2f
  3. May 01, 2019
  4. Apr 29, 2019
  5. Apr 28, 2019
  6. Apr 23, 2019
  7. Apr 22, 2019
  8. Apr 21, 2019
  9. Apr 19, 2019
  10. Apr 16, 2019
  11. Apr 14, 2019
  12. Apr 11, 2019
  13. Apr 08, 2019
    • Sven Eckelmann's avatar
      gluon-status-page-mesh-batman-adv: Save if metrics chose neighbor as own best nexthop · e13a6144
      Sven Eckelmann authored
      
      The commit a0800497352e ("gluon-status-page-mesh-batman-adv: Retrieve TQ of
      neighbors with non-best direct link") removed the check whether a neighbor
      has the BATADV_ATTR_FLAG_BEST set. But consumers may still want to filter
      out or mark neighbors which don't have this flag set. To assist with such a
      feature, enhance the neighbor object with an extra boolean "best" attribute
      which stores whether the BATADV_ATTR_FLAG_BEST was found or not.
      
      Reported-by: default avatarVincent Wiemann <webmaster@codefetch.de>
      e13a6144
    • Sven Eckelmann's avatar
      gluon-mesh-batman-adv: Save if metrics chose neighbor as own best nexthop · cef21e58
      Sven Eckelmann authored
      
      The commit ee63ed42fe6c ("gluon-mesh-batman-adv: List neighbors with
      non-best direct link") removed the check whether a neighbor has the
      BATADV_ATTR_FLAG_BEST set. But consumers may still want to filter out or
      mark neighbors which don't have this flag set. To assist with such a
      feature, enhance the neighbor object with an extra boolean "best" attribute
      which stores whether the BATADV_ATTR_FLAG_BEST was found or not.
      
      Reported-by: default avatarVincent Wiemann <webmaster@codefetch.de>
      cef21e58
    • Sven Eckelmann's avatar
      gluon-status-page-mesh-batman-adv: Retrieve TQ of neighbors with non-best direct link · d0df47d9
      Sven Eckelmann authored
      Links between two direct neighbors are not always the best route between
      these devices. The flag BATADV_ATTR_FLAG_BEST would not be set for these
      originator entries and the respondd module would just ignore this entry.
      
      If these neighbors are not accepted and returned to the status page then
      some of the neighbor entries will show a name, (acceptable) signal strength
      and mac address but no TQ value.
      
      Fixes: 28668c8c ("gluon-status-page: API")
      d0df47d9
    • Sven Eckelmann's avatar
      gluon-mesh-batman-adv: List neighbors with non-best direct link · ec72d30b
      Sven Eckelmann authored
      Links between two direct neighbors are not always the best route between
      these devices. The flag BATADV_ATTR_FLAG_BEST would not be set for these
      originator entries and the respondd module would just ignore this entry.
      
      This causes missing links in meshviewer and similar tools. And when the
      link quality is nearly equal and but fluctuates slightly, these links will
      from time to time appear and disappear on the map.
      
      Fixes: 2e0e24a9 ("announce neighbours using alfred/gluon-announce")
      ec72d30b
    • Vincent Wiemann's avatar
      docs: faq: add note for supported hardware (#1665) · deb020d3
      Vincent Wiemann authored
      A table with hardware supported by Gluon can be found on the OpenWrt Wiki. This commit adds a corresponding FAQ entry.
      deb020d3
Loading