- Oct 07, 2019
-
-
Adrian Schmutzler authored
So far, if build fails, but images from last successful build are present in OpenWrt build directory (build/bin/targets/...), those are copied even after unsuccessful build. This results in the old images being copied to the bin folder and being labelled with the new firmware revision. (!) As our error check also only looks at whether images are there, the image copying process will look like a success. This patch deletes old images of the target/subtarget to be built, so that the copy-firmware step will find nothing if the build stop to early. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- Jul 22, 2019
-
-
Fabian Blaese authored
Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
- Jun 16, 2019
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- Apr 10, 2019
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
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 10, 2019
-
-
Adrian Schmutzler authored
So far, we only saw the files affected, but not the patch used. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
Adrian Schmutzler authored
This is just meant to make image names shorter. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
- Feb 05, 2019
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Adrian Schmutzler authored
With this change, based on a tag "20190101" two firmwares node-20190101 layer3-20190101 can be created based on build variant. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.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 28, 2019
-
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Signed-off-by:
Fabian Bläse <fabian@blaese.de> - Convert configuration to uci - Split IPv4 network rules to fff specific subnets - Add IPv6 ULA network rules - Change PKG_VERSION to single number versioning Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> - Removed "delete batman-adv.bat0" Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.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>
-
- Aug 06, 2018
-
-
Tim Niemeyer authored
The community file is not used anymore. Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Jul 25, 2018
-
-
Fabian Blaese authored
This patch suppresses the messages batman writes to the kernel log when gw_mode is changed. This is done to avoid spamming the log with negligible messages when gw_mode is switched frequently. Fixes: #93 Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Jun 17, 2018
-
-
Adrian Schmutzler authored
Occationally /proc/net/if_inet6 contains interface IDs with three digits. In this case, the regex in wait_for_ll_address() does not work anymore and alfred is not starting. This patch changes the evaluation so that fields are used instead of the mere position by counting characters. This is a backport from openwrt-routing and can be removed when updating to OpenWRT 18.06, but not for newer versions of 17.01. Fixes #98. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhgammer <rlanghammer@web.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Jan 03, 2018
-
-
Adrian Schmutzler authored
After the remerge the LEDE git source is broken, thus we switch to the OpenWRT sources. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- 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 04, 2017
-
-
Adrian Schmutzler authored
Prepares a subtarget variable for cases where it is not 'generic' Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de> - Rebased Signed-off-by:
Tim Niemeyer <tim@tn-x.org>
-
- Oct 25, 2017
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Oct 15, 2017
-
-
Christian Dresel authored
This is not compatible with the old Batman! Signed-off-by:
Jan Kraus <mayosemmel@gmail.com> Signed-off-by:
Christian Dresel <fff@chrisi01.de> Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
- Oct 14, 2017
-
-
Adrian Schmutzler authored
- Fixes dnsmasq CVE-2017-13704 - Adds LED support to WA850RE v1 Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Sep 18, 2017
-
-
Adrian Schmutzler authored
Fixes: #55 This reintroduces the broken simple-tc. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Tim Niemeyer authored
Do this by applying the path within the patch function. Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Sep 17, 2017
-
-
Tim Niemeyer authored
Changes that are relevant for us: gluon: update batman-adv-legacy lede: mbed-tls security fixes kernel update procd update switch Ports on tl-wr741nd mac address von tl-wr1043nd-v4 Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Tested-by: Christian Dresel <fff@chrisi01.de> (auf einen 1043 v4) Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
- Aug 20, 2017
-
-
Peter J. Philipp authored
Signed-off-by:
Peter J. Philipp <freifunk@centroid.eu> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- 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>
-
Tim Niemeyer authored
.. otherwise the applied patches are not used while generating the openwrt config. Signed-off-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:
Tobias Klaus <tk+ff@meskal.net> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Jun 02, 2017
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
- 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>
-
Tim Niemeyer authored
Changes the alfred version. Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com>
-
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>
-
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>
-
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>
-
- Feb 16, 2017
-
-
Tim Niemeyer authored
- removes e.g. dnsmasq, firewall - needs to add some of the basic packages to fff-base Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
- Jan 10, 2017
-
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Jan Kraus <mayosemmel@gmail.com> Reviewed-by:
Tobias Klaus <tk+ff@meskal.net>
-
- Jan 06, 2017
-
-
Marco Hald authored
Fixes #1 Alfred Bug Signed-off-by:
Marco Hald <marcohald97@gmail.com> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-