Skip to content
Snippets Groups Projects
  1. Mar 20, 2017
  2. Mar 19, 2017
  3. Mar 18, 2017
  4. Mar 16, 2017
  5. Mar 15, 2017
  6. Mar 14, 2017
  7. Mar 13, 2017
  8. Mar 12, 2017
  9. Mar 10, 2017
  10. Mar 09, 2017
    • Matthias Schiffer's avatar
      netifd: update to git HEAD version · 732645b0
      Matthias Schiffer authored
      
      91810ec system-linux: add VXLAN support
      
      Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
      732645b0
    • Kevin Darbyshire-Bryant's avatar
      dnsmasq: do not forward rfc6761 excluded domains · 3a06dd60
      Kevin Darbyshire-Bryant authored
      
      RFC 6761 defines a number of top level domains should not be forwarded
      to the Internet's domain servers since they are not responsible for
      those domains.
      
      This change adds a list of domains that will be blocked when 'boguspriv'
      is used and augments that which is already blocked by dnsmasq's notion
      of 'local service' using '--bogus-priv' i.e. RFC 1918 private addresses
      and IPv6 prefixes as defined in RFC 6303.
      
      To make this configurable rather than hard coded in dnsmasq's init
      script, a new file /usr/share/dnsmasq/rfc6761.conf is conditionally
      included.
      
      The default file matches the RFC 6761 recommendation along with a few
      other top level domains that should not be forwarded to the Internet.
      
      Compile & run tested Archer C7 v2
      
      Signed-off-by: default avatarKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
      3a06dd60
  11. Mar 07, 2017
  12. Mar 06, 2017
  13. Mar 05, 2017
  14. Mar 02, 2017
    • Florian Fainelli's avatar
      rssileds: Fix build with external toolchains · 30159b38
      Florian Fainelli authored
      
      Pass down TARGET_CPPFLAGS for path to header files, and append the
      libraries we depend on in TARGET_LDFLAGS. Put TARGET_LDFLAGS at the end
      of the command line as is required by modern GCC/binutils.
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      30159b38
    • Florian Fainelli's avatar
      swconfig: Link with libubox · fe8618a8
      Florian Fainelli authored
      
      Fixes linking failures observed with external toolchains:
      
      /home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
      warning: libubox.so, needed by
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so,
      not found (try using -rpath or -rpath-link)
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blobmsg_open_nested'
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blobmsg_parse'
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blob_nest_end'
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blobmsg_add_field'
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      fe8618a8
    • Florian Fainelli's avatar
      omcproxy: Update to latest HEAD · 4c02435b
      Florian Fainelli authored
      
      Brings the following change:
      1fe6f48f8a50 Cmake: Find libubox/list.h
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      4c02435b
    • Florian Fainelli's avatar
      thc-ipv6: Allow overriding CFLAGS · 9b2321f4
      Florian Fainelli authored
      
      thc-ipv6 did not allow an external environment to override CFLAGS, which
      would lead to our CFLAGS not being passed properly (relro,
      optimizations, etc...)
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      9b2321f4
  15. Feb 28, 2017
  16. Feb 26, 2017
  17. Feb 25, 2017
  18. Feb 24, 2017
  19. Feb 23, 2017
    • Hans Dedecker's avatar
      odhcpd: update to git HEAD version (FS#397) (FS#481) · ea24d87e
      Hans Dedecker authored
      
      1b630f8 router: don't announce prefixes with valid lifetime equal to 0
      ba0cac0 router: fix arithmetic exception fault
      3495f17 router: allow RA prefix lifetime being set to leasetime value (FS#397)
      e437ce9 treewide: simplify dhcp leasetime checking
      942fb33 router: support ra_mininterval and ra_lifetime uci parameters (FS#397)
      f913337 router.h: fix alignment style
      4dc7edb Revert "odhcpd.h: fix alignment style"
      62ea54f odhcpd.h: fix alignment style
      a898ee5 config: make loglevel configurable via uci (FS#481)
      51c756c odhcpd: display correct default log level in usage text
      68ee0b5 treewide: define and use macro IN6_IS_ADDR_ULA
      fa57225 ndp: deregister netlink event socket for non recoverable errors
      ac70d28 odhcpd: fix white space errors
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      ea24d87e
    • Ben Kelly's avatar
      swconfig: Bugfix switch_port uci option parsing · df9e7b1b
      Ben Kelly authored
      
      When not defining 'device' or 'vlan' in relevant switch_port uci
      sections, behaviour is inconsistent due to *devn, *port and *vlan
      pointers not being zero initialized.
      
      Signed-off-by: default avatarBen Kelly <ben@benjii.net>
      df9e7b1b
    • Felix Fietkau's avatar
      netifd: fix stopping netifd + interfaces · 942ac18c
      Felix Fietkau authored
      
      stop() is overwritten by rc.common, so implement stop_service instead.
      While at it, remove the now unnecessary restart() override
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      942ac18c
  20. Feb 22, 2017
  21. Feb 20, 2017
  22. Feb 19, 2017
  23. Feb 17, 2017
  24. Feb 15, 2017
Loading