-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Gluon 2015.1.1 | ||
============== | ||
|
||
Added hardware support | ||
~~~~~~~~~~~~~~~~~~~~~~ | ||
ar71xx-generic | ||
^^^^^^^^^^^^^^ | ||
|
||
* TP-Link | ||
|
||
- TL-WA830RE (v1) | ||
|
||
New features | ||
~~~~~~~~~~~~ | ||
The `x86-generic` and `x86-kvm_guest` images now support two ethernet interfaces by default. If two interfaces exist during | ||
the first boot, `eth0` will be used as LAN and `eth1` as WAN. | ||
|
||
Bugfixes | ||
~~~~~~~~ | ||
|
||
* Fix German "Expert Mode" label (was "Export Mode") | ||
* Fix download of OpenSSL during build (because of broken OpenSSL download servers...) | ||
* Fix ABI break causing kernel panics when trying to use network-related modules from the official OpenWrt repository (like `kmod-pppoe`) | ||
* Fix race conditions breaking parallel build occasionally | ||
* A broken network configuration would be generated when an older Gluon version was updated to 2015.1 with | ||
``mesh_on_lan`` enabled in `site.conf` | ||
* Minor announced/alfred JSON format fixes (don't output empty lists where empty objects would be expected) |