- Mar 25, 2016
-
-
Matthias Schiffer authored
Suggested-by:
Steffen Möller <steffen_moeller@gmx.de>
-
Matthias Schiffer authored
-
- Mar 24, 2016
-
-
Matthias Schiffer authored
Original commit message: MIPS: ath79: make bootconsole wait for both THRE and TEMT This makes the ath79 bootconsole behave the same way as the generic 8250 bootconsole. Also waiting for TEMT (transmit buffer is empty) instead of just THRE (transmit buffer is not full) ensures that all characters have been transmitted before the real serial driver starts reconfiguring the serial controller (which would sometimes result in garbage being transmitted.) This change does not cause a visible performance loss. In addition, this seems to fix a hang observed in certain configurations on many AR7xxx/AR9xxx SoCs during autoconfig of the real serial driver. A more complete follow-up patch will disable 8250 autoconfig for ath79 altogether (the serial controller is detected as a 16550A, which is not fully compatible with the ath79 serial, and the autoconfig may lead to undefined behavior on ath79.)
-
- Mar 22, 2016
-
-
Matthias Schiffer authored
Fixes some messages if /bin/sh doesn't support 'echo -e'. Suggested-by:
Steffen Möller <steffen_moeller@gmx.de>
-
- Mar 21, 2016
-
-
Matthias Schiffer authored
docs: add 2016 copyright year to sphinx conf file
-
Christian Berendt authored
-
- Mar 17, 2016
-
-
Alexander Dahl authored
Patch tested on v2016.1.x branch with Freifunk Magdeburg firmware on Debian Jessie amd64 Xen host. See the same patch in our gluon fork here: https://github.com/FreifunkMD/gluon/blob/fix-sysupgrade-xen/patches/openwrt/0058-x86-fix-platform_export_bootpart-for-Xen-virtual-disks.patch Sysupgrade was tested successfully by manually making the change before upgrading in the filesystem of the running node and upgrading to the fixed FFMD experimental build in config mode via expert settings in webgui. Patch also submitted to OpenWRT trunk already. Signed-off-by:
Alexander Dahl <alex@netz39.de>
-
- Mar 14, 2016
-
-
Matthias Schiffer authored
Add Support for the ALFA Hornet UB and similar devices
-
- Mar 13, 2016
-
-
Steffen Förster authored
The Hornet UB is sold at least in the varieties. Without case it is a Hornet UB, with case and without connected USB port it is called AP121. If the USB port is present this device is called AP121U. We have a AP121U in our mesh http://meshviewer.chemnitz.freifunk.net/#!v:m;n:00c0ca6efffa
-
- Mar 11, 2016
-
-
Matthias Schiffer authored
Preparations for Multicast Snooping
-
- Mar 10, 2016
-
-
Matthias Schiffer authored
docs: fix typo in upgrade.rst
-
Matthias Schiffer authored
Add support for TP-Link TL-WA7510N
-
- Mar 09, 2016
-
-
kb-light authored
-
Steffen Förster authored
This CPE is supported by OpenWRT and already running in Chemnitz
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Mar 08, 2016
-
-
Matthias Schiffer authored
This include wasn't actually missing, but well hidden behind the iwinfo.h include. Make this more obvious.
-
Linus Lüssing authored
Adopt the according modifications to the default firewall settings of the WAN interface from OpenWRT, revision 45613. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
An IGMP/MLD domain split will prevent us from being able to track multicast listeners on other nodes. Therefore we need to always hand any multicast packets we received from local clients to batman-adv. With bridge multicast snooping disabled, the current setting in Gluon, this is already the case. However, in preparation to enabling multicast snooping, we need to enforce forwarding towards batman-adv by setting the bridge port option "multicast_router" to 2. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Mar 07, 2016
-
-
Matthias Schiffer authored
Backport of rr46271 and r46922. Based-on-patch-by:
Julian Kornberger <jk+github@digineo.de>
-
- Mar 06, 2016
-
-
Matthias Schiffer authored
git submodules
-
Johannes Rudolph authored
Possibility to work with git submodules
-
- Mar 04, 2016
-
-
Matthias Schiffer authored
We use our own firmware package.
-
- Mar 03, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Mar 02, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Mar 01, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
We got most of our patches backported by upstream :)
-
- Feb 29, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
It is not supported by all browsers yet. Also change load display always to display 2 decimal digits (as it is read from the kernel with 2 decimal digits). Fixes #606
-
Matthias Schiffer authored
ar71xx-generic: add support for TP-Link MR13U
-
Matthias Ludwig authored
-
Matthias Schiffer authored
notUpdated is a Set, to a for-in loop doesn't work. Fixes #657
-
- Feb 28, 2016
-
-
Matthias Schiffer authored
Make bandwidth limits unsigned; trim numbers, the validator accepts trailing whitespace.
-
Matthias Schiffer authored
This script will analyze the dependencies of Gluon's packages and output them as a dot graph.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Backport of r48279
-
Matthias Schiffer authored
fix rescue mode on wdr4900 Backport of r48793
-