v2015.1.1.rst 965 B

123456789101112131415161718192021222324252627
  1. Gluon 2015.1.1
  2. ==============
  3. Added hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~
  5. ar71xx-generic
  6. ^^^^^^^^^^^^^^
  7. * TP-Link
  8. - TL-WA830RE (v1)
  9. New features
  10. ~~~~~~~~~~~~
  11. The `x86-generic` and `x86-kvm_guest` images now support two ethernet interfaces by default. If two interfaces exist during
  12. the first boot, `eth0` will be used as LAN and `eth1` as WAN.
  13. Bugfixes
  14. ~~~~~~~~
  15. * Fix German "Expert Mode" label (was "Export Mode")
  16. * Fix download of OpenSSL during build (because of broken OpenSSL download servers...)
  17. * Fix ABI break causing kernel panics when trying to use network-related modules from the official OpenWrt repository (like `kmod-pppoe`)
  18. * Fix race conditions breaking parallel build occasionally
  19. * A broken network configuration would be generated when an older Gluon version was updated to 2015.1 with
  20. ``mesh_on_lan`` enabled in `site.conf`
  21. * Minor announced/alfred JSON format fixes (don't output empty lists where empty objects would be expected)