- Mar 27, 2019
-
-
Adrian Schmutzler authored
The debug filesystem will be deprecated and disabled by default in newer versions of B.A.T.M.A.N. This patch switches our code to the batctl, as recommended. Since batctl can suppress headers, this actually makes our life easier ... Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
- Feb 18, 2019
-
-
Fabian Blaese authored
When adding support for a previously-generic device, the correct MIPS MACH has to be added. The compiled image will lead to bootloops otherwise. Because this might not be obvious, a note is added to the READMEs section about supporting a new device. Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Feb 10, 2019
-
-
Adrian Schmutzler authored
In OpenWrt 18.06.2, tiny devices have increased in size so that another packages removal is requires. Fixes #122. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
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 fixes a typo in description and introduces a single variable for the sysctlfile. 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>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Adrian Schmutzler authored
Currently, Makefile use a mixture of tabs and spaces with various indents. This harmonizes all Makefiles to use tab indentation only. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Adrian Schmutzler authored
Since we went on to the KeyXchangeV2, fff-vpn-select is a pure subpackage/utility of fff-hoods. Thus, we should not manually select it, but have it selected indirectly by fff-hoods. 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>
-
Tim Niemeyer authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Feb 03, 2019
-
-
Tim Niemeyer authored
This fixes: Makefile:27: *** missing separator. Stop. Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
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 31, 2019
-
-
Fabian Blaese authored
tcp timestamps can improve tcp performance a lot, especially with unstable networks like wifi. Linux default behaviour is enabled so the tcp timestamps setting is removed from sysctl configuration. Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
- Jan 29, 2019
-
-
Fabian Blaese authored
This Package adds a router advertisement daemon and appropriate Freifunk Franken specific configuration for it. The ra_default option is set to '2' to force the default flag, even if no default route for ipv6 is present. This is necessary, because otherwise fc00::/7 targets would be unreachable, since odhcpd is unable to send specific routes inside a RA. This won't affect clients ability to reach hosts which have a dual stack connection, typical network stacks prefer IPv4 over IPv6 ULA when no public IPv6 address is available. Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
Fabian Blaese authored
Configuration of Router Advertisements is done in a seperate package. Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
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>
-
Adrian Schmutzler authored
With our dynamic resetting of WiFi interfaces, the rssileds of OpenWrt do not work correctly. This disables them as a workaround, since they otherwise create about 20 % CPU load. Since the MACH file for all CPE210/510 is the same, no adjustment of the OpenWrt-tiny patch is needed. 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>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
The proxy only sends data from alfred master to the Monitoring. It does not require the device to produce alfred-data in the nodewatcher itself. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
Adrian Schmutzler authored
The wget from busybox we are using ignores the -t option, although it does not throw errors in the currently used version. However, specifying the -t option in calls where it is not used is misleading, so it should be removed. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
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>
-
- Jan 27, 2019
-
-
Adrian Schmutzler authored
This improves the curl call by: - Using full executable path - Removing redundant -X POST - Using --data-binary instead of --data Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
By using the alfred2 mechanism of the Monitoring, we get rid of the embracing {"64":...} key-value construct. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Andreas Düring authored
Section title is removed because it doesn't seem to make much sense there. Signed-off-by:
Andreas Düring <gh@duering-andreas.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Andreas Düring authored
Signed-off-by:
Andreas Düring <gh@duering-andreas.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Andreas Düring authored
Signed-off-by:
Andreas Düring <gh@duering-andreas.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Andreas Düring authored
to reflect the order in which you would call the commands. Signed-off-by:
Andreas Düring <gh@duering-andreas.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Andreas Düring authored
Signed-off-by:
Andreas Düring <gh@duering-andreas.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Andreas Düring authored
Signed-off-by:
Andreas Düring <gh@duering-andreas.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Andreas Düring authored
Remove mentions of "selectcommunity" command and community file. Start removing mentions of bsp which is not available. Fix buildscript commands (there is no kernel config). Signed-off-by:
Andreas Düring <gh@duering-andreas.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Steffen Pankratz authored
CC: kratz00@gmx.de Signed-off-by:
Tim Niemeyer <tim@tn-x.org> - Changed subject - Changed curl parameters - Added firewall rule - Configure alfred to be master - Add fff-nodewatcher as dep, because we use the alfred config - Change data handling during curl to pipe - Add newline on cron rule Signed-off-by:
Fabian Bläse <fabian@blaese.de> - Fix alfred master mode introduced by packaging alfred - Adjust monitoring-proxy waittime to suggestion Reviewed-by:
Robert Langhammer <rlanghammer@web.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Steffen Pankratz authored
Signed-off-by:
Tim Niemeyer <tim@tn-x.org> - Changed subject - Move alfred-json to own repo Reviewed-by:
Fabian Bläse <fabian@blaese.de> Tested-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de> Tested-by:
Robert Langhammer <rlanghammer@web.de>
-