- Apr 02, 2016
-
-
Matthias Schiffer authored
Avoid commiting configs inbetween to decrease number of flash writes. Fixes #714.
-
Matthias Schiffer authored
It doesn't seem like this mistake had any effect.
-
Matthias Schiffer authored
Leads to broken symlink setup by OpenWrt, usually breaking the build with a "Too many levels of symbolic links" message. Fixes #716.
-
Matthias Schiffer authored
ar71xx-generic: update profiles.mk to match new naming
-
kb-light authored
Update the naming of some TP-Link devices corresponding to commit 0fd48fd7dab066db8a46e51775579c9ef507ca25 within git.openwrt.org/15.05/openwrt.git
-
- Apr 01, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Mar 31, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
added site for Leipzig
-
mokkin authored
-
- Mar 30, 2016
-
-
Matthias Schiffer authored
Fixes #709
-
- Mar 29, 2016
-
-
Matthias Schiffer authored
docs: Freifunk Paderborn is now called Freifunk Hochstift
-
Matthias Schiffer authored
-
kb-light authored
link to site-repo updated
-
- Mar 28, 2016
-
-
Matthias Schiffer authored
-
- Mar 26, 2016
-
-
Matthias Schiffer authored
This reverts commit 1ccd24df. This commit probably causes problems with some flash chips: http://patchwork.ozlabs.org/patch/549173/ http://patchwork.ozlabs.org/patch/553683/
-
Matthias Schiffer authored
Fixes unwriteable flash when the bootloader leaves it protected.
-
- 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
-