Skip to content
Snippets Groups Projects
  1. Feb 15, 2024
  2. Feb 14, 2024
  3. Feb 13, 2024
  4. Feb 12, 2024
  5. Feb 09, 2024
  6. Feb 08, 2024
  7. Jan 26, 2024
  8. Jan 25, 2024
  9. Jan 16, 2024
  10. Jan 12, 2024
  11. Jan 09, 2024
  12. Jan 08, 2024
  13. Jan 05, 2024
    • Michal Hrusecky's avatar
      patches/uboot-tools: Fix postinstall script · 0400720d
      Michal Hrusecky authored
      Make sure that post install script actually tries to setup the
      environment for the tools to work. '\n' is not expanded by default in
      echo. And some version of echo does not support -e option. So let's
      stick with printf.
      0400720d
  14. Jan 03, 2024
  15. Dec 18, 2023
  16. Dec 15, 2023
  17. Dec 14, 2023
  18. Dec 11, 2023
  19. Dec 06, 2023
  20. Nov 29, 2023
  21. Nov 28, 2023
  22. Nov 27, 2023
  23. Nov 24, 2023
    • Michal Hrusecky's avatar
      patches/openwrt: Update kernel to 5.15.139 · e3abd1fc
      Michal Hrusecky authored
      Update to the latest kernel and drop two patches related to Omnia LEDs
      as they were merged upstream.
      e3abd1fc
    • Michal Hrusecky's avatar
      patches/(openwrt|luci): Support for pref64 (RFC 8781) · 5200f3a4
      Michal Hrusecky authored
      This option of IPv6 Router Advertisements allows devices connected to
      a IPv6-only network to discover IPv6 prefix of the NAT64 gateway.
      Devices can use this information for instance to setup client translator
      (CLAT) from IPv4 to IPv6 in 464XLAT (RFC 6877) scenario or to handle
      IPv4 address literal on application level.
      
      To enable PREF64 option, a new uci parameter ra_pref64 has to contain
      the NAT64 prefix, including prefix length. Only lengths of 96, 64, 56,
      48, 40 and 32 bits are supported. For example, to annonce the Well-Known
      Prefix:
      
      config dhcp 'lan'
              …
              option ra_pref64 '64:ff9b::/96'
      5200f3a4
  24. Nov 20, 2023