- Jul 06, 2019
-
-
Robert Langhammer authored
Removing the tunneldigger, this patch is no longer needed. Signed-off-by:
Robert Langhammer <rlanghammer@web.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- Jul 02, 2019
-
-
Adrian Schmutzler authored
It is not always necessary to add a host route for the gre peer address. This introduces a new config option 'nohostroute' (similar to the option introduced for wireguard in d8e2e19) to allow to disable the creation of those routes explicitely. This is a backport from OpenWrt master. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
OpenWrt saves additional config (and other) files included with list_changed_conffiles in /sbin/sysupgrade. This is only active since openwrt-18.06, since before that it was suppressed by missing opkg. Since we expect to only save what is in sysupgrade.conf, remove the additional file list (and thus regain pre-openwrt-18.06 behavior). Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- May 31, 2019
-
-
Adrian Schmutzler authored
When using IPv6 addresses (or DNS which has AAAA record) as endpoint, add_host_dependency fails for some reason which causes the wireguard interface to disappear. This patch backports an option from OpenWrt master, where host_dependency can be disabled by adding 'option nohostroute 1' to the interface. This is an alternate approach based on the work of Fabian Bläse. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
- Apr 10, 2019
-
-
Adrian Schmutzler authored
The buildscript knows two different types of patches, which are applied to pulled-in repositories: 1. Feed patches Those are applied as "GIT patches" to the relevant repos, directly after those have been checked out. They reside in subfolders of the build_patches folder, and have to be selected individually and manually in the buildscript.sh. 2. Build patches Those are applied later in the process, just using the system patch tool, and changing the $target directory. All patches in the folder "build_patches/openwrt" are read and applied automatically. This is both inconsistent (two different types of patches in the same dir) and annoying (feed patches have to be specified by hand), especially for unexperienced developers. This patch addresses this by: - separating files into two dirs: build_patches and feed_patches - automatically scanning feed patches and thus having similar experience for the user (I cannot think of a case where we provide a patch, but do not use it) Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
- Feb 03, 2019
-
-
Adrian Schmutzler authored
Refresh patches. This introduces backported BATMAN fixes up to v2019.0. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Jan 29, 2019
-
-
Adrian Schmutzler authored
This device is still in PR state in OpenWrt, since ar71xx target is deprecated and thus lacking reviewers. It worked nicely for me anyway, so I include the current state of the PR (has not changed for months). Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
- Jan 28, 2019
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- Oct 24, 2018
-
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> [fabian@blaese.de: Add missing ATH79 MACHs] Signed-off-by:
Fabian Bläse <fabian@blaese.de> Acked-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Adrian Schmutzler authored
Refresh patches. Bumps batman-adv to 2018.1 This goes beyond 18.06.0 since the release contains bug which have been fixed in the later snapshots. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> [fabian@blaese.de: Use 18.06.1 for OpenWRT and packages] Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Jun 17, 2018
-
-
Adrian Schmutzler authored
This patch allows to modify the bs-partition on the AC Mesh. Without the patch, the bs partition on the AC Mesh is locked forever. This can be a problem if a) the bs partition has not been updated correctly during initial flash b) the sysupgrade mechanism is altered by OpenWRT in order to account for the flip flop layout Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- Jan 21, 2018
-
-
Fabian Blaese authored
Since the reverted patch, device specific antenna gain is not set for some reason. Reverting the patch in question fixes this issue. THIS SHOULD BE ONLY CONSIDERD AS A TEMPORARY FIX UNTIL THE ISSUE IS FIXED PROPERLY! Fixes: #85 Signed-off-by:
Fabian Bläse <fabian@blaese.de> Tested-by:
Fabian Bläse <fabian@blaese.de> Tested-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Dec 22, 2017
-
-
Robert Langhammer authored
We do not use encrypted tunnels, so we can use urandom generating the keys to prevent blocking due to low entropy. Signed-off-by:
Robert Langhammer <rlanghammer@web.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- Nov 03, 2017
-
-
Adrian Schmutzler authored
This is based on the LEDE pull request as on 2017-10-17. Tested successfully on device (including flashing factory image, no TFTP). Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Oct 14, 2017
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Sep 17, 2017
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Aug 20, 2017
-
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Jul 28, 2017
-
-
Tim Niemeyer authored
With git am format, it is easier to apply the patches locally. Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Jun 02, 2017
-
-
Adrian Schmutzler authored
Like in the earlier patch, this suppresses the integer overflow warning for l2tp on 32 bit systems. However, like before, the underlying counter variable is still a 32-bit integer, so the traffic counters will just restart at zero after reaching 2^32 bytes = 4 GiB. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net> Reviewed-by:
Dominik Heidler <dominik@heidler.eu>
-
- Feb 18, 2017
-
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com>
-
- Jan 10, 2017
-
-
Tim Niemeyer authored
Currently it seems to be more work to fix the ip validation in ubox project (validate/validate.c). Therefore we just validate it as string. Fixes #9 Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
Tim Niemeyer authored
Fixes #16 Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
Tim Niemeyer authored
Fixes #16 Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com> Tested-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com> Tested-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
- Jan 06, 2017
-
-
Jan Kraus authored
Signed-off-by:
Jan Kraus <mayosemmel@gmail.com> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Nov 04, 2016
-
-
Tobias Klaus authored
This patch massivly improves the wireless performance of CPE210 Signed-off-by:
Tobias Klaus <tk+ff@meskal.net> Tested-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Jul 22, 2016
-
-
Jan Kraus authored
It has applied to the wrong directory, so the error was still there. Signed-off-by:
Jan Kraus <mayosemmel@gmail.com> Tested-by:
Robert Langammer <rlanghammer@web.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Apr 30, 2016
-
-
Tim Niemeyer authored
Mainly bcm53xx fixes have been introduced But also two main changes for us: * The fix for Nanostation/Picostation is now mainline -> remove ar71xx-make-bootconsole-wait-for-both-THRE-and-TEMT.patch * WR841v11 is now in upstream -> remove ar71xx-Add-TL-WR841N-ND-v11-support.patch Signed-off-by:
Tim Niemeyer <tim@tn-x.org> CC: Tobias Klaus <tk+ff@meskal.net> Reviewed-by:
Steffen Pankratz <kratz00@gmx.de>
-
- Apr 24, 2016
-
-
Tobias Klaus authored
* adds openwrt patch * adds networkconfig power-LED is not working Signed-off-by:
Tobias Klaus <tk+ff@meskal.net> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Mar 27, 2016
-
-
Christian Dresel authored
Fix the Race Condition on boot Signed-off-by:
Christian Dresel <fff@chrisi01.de> Tested-by:
Ralph A. Schmid, dk5ras <ralph@schmid.xxx> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Mar 24, 2016
-
-
Dominik Heidler authored
The 32 bit counter was incorrectly interpreted as signed when being converted to the 64 bit value used for the sysfs output. Signed-off-by:
Dominik Heidler <dominik@heidler.eu> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> [rebased to master, rename patch and remove buildscript part] Signed-off-by:
Tim Niemeyer <tim@tn-x.org>
-
Jan Kraus authored
Signed-off-by:
Jan Kraus <mayosemmel@gmail.com> Reviewed-by:
Steffen Pankratz <kratz00@gmx.de>
-
- Aug 16, 2014
-
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim.niemeyer@mastersword.de>
-
- Oct 20, 2013
-
-
Tim Niemeyer authored
This script is copied from OpenWRT r38172 Signed-off-by:
Tim Niemeyer <tim.niemeyer@mastersword.de>
-