- 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>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Tim Niemeyer authored
Move the variable definition to the implementation file. This is more intuitive and the variable is not used otherwise. Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Adrian Schmutzler authored
We only want to remove WiFi interfaces, not devices during reconfiguration. This still allows for complete reconfiguration, but does not remove device attributes like a disabled 5 GHz or similar. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Adrian Schmutzler authored
Some MAC adresses were forgotten/not updated in a previous patch. This is fixed now. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> 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>
-
Adrian Schmutzler authored
This patch achieves multiple goals: - Align WR841 boardnames with image names - Fix wrong name replace in sysupgrade - Support sysupgrade of WR841 v12 Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> - Rebased Signed-off-by:
Tim Niemeyer <tim@tn-x.org>
-
Adrian Schmutzler authored
This adds information to the switch port overview and shows the VLAN configuration. For some routers the port order is provided, so the physical arrangement is resembled in the Web UI. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-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>
-
Fabian Blaese authored
This allows for more latitude when evaluating the addresses needed for br-mesh and ethmesh. Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> Tested-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Adrian Schmutzler authored
The ROUTERMAC is not set in the network.* file. This causes a problem when the ULA addresses are set based on the br-mesh MAC. If we just add the ROUTERMAC, everything should be fine. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
This puts the code for creating IPv6 addresses from MAC address and EUI into functions, so it can be reused. This should be particularly helpful if code is rewritten later. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
- Nov 02, 2017
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Robert Langhammer authored
Signed-off-by:
Robert Langhammer <rlanghammer@web.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> Reviewed-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Fabian Bläse <fabian@blaese.de> Tested-by:
Fabian Bläse <fabian@blaese.de>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Adrian Schmutzler authored
Since names may change, this puts the relevant file names for hood files into variables, so they can be changed at once without the risk of forgetting some occurrences. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Fabian Blaese authored
Signed-off-by:
Fabian Bläse <fabian@blaese.de> Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Adrian Schmutzler authored
While the hood file is only set by the keyexchange/hood, this introduces a local additional configuration in a second file. This file is retrieved from the first configap we got in w2sta mode, of which we save the fdff address to identify it later. Thus, a router always "knows" its specific uplink, as long as the gateway connection is stable; otherwise: reset. The implementation is similar to the hoodfiles with a tmp version and a copy in the /www/public. On the "section head", the initial configuration is located in /etc/sectorfile and distributed from there to other nodes. Syntax should be like the node file, except that it only contains the values to be overwritten. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
Adrian Schmutzler authored
This prevents setup if a channel is missing (json defective) Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by:
Fabian Bläse <fabian@blaese.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de> Reviewed-by:
Robert Langhammer <rlanghammer@web.de>
-
- 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 16, 2017
-
-
Adrian Schmutzler authored
Since disabling 5 GHz is complicated with KeyXchange v2, we enable it again. This may lead to an instable device! This reverts commit f47e0462. Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Adrian Schmutzler authored
Since there is a PKG_NAME variable, there is no need to repeat the individual package name five times. This makes editing and particularly copying Makefiles much easier, as only the PKG_NAME has to be changed. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
Adrian Schmutzler authored
This fixes a missing /tmp/keyxchangev2data due to gateway misconfiguration. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> - Added double quote around $jsonfile Signed-off-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>
-
Fabian Blaese authored
Signed-off-by:
Fabian Bläse <fabian@blaese.de> Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
- Oct 15, 2017
-
-
Adrian Schmutzler authored
Signed-off-by:
Christian Dresel <fff@chrisi01.de> Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by:
Tim Niemeyer <tim@tn-x.org> Tested-by:
Christian Dresel <fff@chrisi01.de>
-
Adrian Schmutzler authored
Tested by copy/paste of home.html Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Christian Dresel <fff@chrisi01.de>
-
Adrian Schmutzler authored
This removes all references to community.cfg except in the buildscript and except the file itself. Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Adrian Schmutzler authored
This is a first consolidation step which gets rid of /tmp/fastd_fff_output, but still requires /etc/fastd/fff/peers/* Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org> Tested-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Christian Dresel authored
This package connects to keyxchangev2 Signed-off-by:
Christian Dresel <fff@chrisi01.de> Signed-off-by:
Jan Kraus <mayosemmel@gmail.com> Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Christian Dresel authored
we need some little changes and copy some things to fff-hood later Signed-off-by:
Christian Dresel <fff@chrisi01.de> Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
Christian Dresel authored
Need more parameters in wifiAddAP to add hidden AP Need new function wifiAddSta to add a station and download hoodfile Signed-off-by:
Christian Dresel <fff@chrisi01.de> Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
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
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
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>
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.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
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de> Reviewed-by:
Tim Niemeyer <tim@tn-x.org>
-
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>
-