Commit graph

917 commits

Author SHA1 Message Date
Marek Lindner
fbc84445f7 batctl: upgrade package to latest release 2016.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-04-25 17:23:59 +08:00
lindnermarek
0eea96b892 Merge pull request #177 from ecsv/batadv_2016.1
batman-adv 2016.1
2016-04-25 17:09:03 +08:00
Bastian Bittorf
9023411d72 Merge pull request #173 from HRogge/master
Update to OONF 0.11.3
2016-04-23 17:28:10 +02:00
Sven Eckelmann
4c3eecfac3 batman-adv: Add B.A.T.M.A.N. V support
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-04-21 15:48:53 +02:00
Sven Eckelmann
6363b1ddc5 batman-adv: Allow to select routing algorithm
The network config section for proto batadv now allows to select the
routing algorithm via the option routing_algo. This allows to chose between
BATMAN_IV and BATMAN_V when BATMAN_V is released. This option is only
useful when a new batman-adv device is created and not when only a device
is added to an already existing batman-adv device.

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
2016-04-21 15:48:40 +02:00
Sven Eckelmann
0cdf3ba21c batman-adv: upgrade package to latest release 2016.1
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
2016-04-21 15:48:27 +02:00
Simon Wunderlich
8aae02a7b1 alfred: bump version to 2016.1
From the CHANGELOG:

 * add support for master servers to receive push_data packets with
   foreign source addresses
 * various code cleanups
 * bugs squashed:
   - ignore invalid EUI64 addresses

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2016-04-21 14:24:18 +02:00
Henning Rogge
0e4d44f8ec Update to OONF 0.11.3 2016-04-19 12:29:36 +02:00
Moritz Warning
ee3db2964f nodogsplash: fix enable PasswordAuthentication 2016-04-18 22:09:33 +02:00
Moritz Warning
f6f76e1541 nodogsplash: fix enable UsernameAuthentication 2016-04-18 22:07:32 +02:00
Simon Wunderlich
ef2f816bf7 Merge pull request #145 from ecsv/alfred_2016.0
Alfred 2016.0
2016-03-25 20:32:24 +01:00
Sven Eckelmann
f8dd2baaa0 batman-adv: Move compat-hacks to separate file
The content of this file should actually be included somehow in
backport.git so it will become part of the mac80211 package. Still keep
this for now in a separate file so it is easier to extract them.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-03-25 11:12:47 +01:00
Sven Eckelmann
758d919870 batman-adv: Use the mac80211 compat layer
BATMAN_V (in the upcoming release) will use structures from the mac80211
package. These structures can be incompatible to the structures defined in
the header of the kernel. This can lead to weird problems like stack
overflows or memory corruptions.

To avoid this, the batman-adv has to be compiled against the mac80211
headers instead of the kernel headers. But this requires that the
compatibility headers of compat-wireless are used. So the batman-adv
compatibility layer has (mostly) be removed and instead the
compat-wireless/mac80211 compat layer has to be used.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-03-25 08:02:11 +01:00
Bastian Bittorf
05fa82f878 Merge pull request #162 from HRogge/master
Update to version 0.11.2
2016-03-19 16:40:21 +01:00
Bastian Bittorf
754f451ffd Merge pull request #166 from SvenRoederer/fix/olsr.org_changed_repo
olsrd, oonf: update repo to new location
2016-03-19 16:06:02 +01:00
Sven Roederer
8a7364f257 olsrd: update (c)-header date 2016-03-18 08:51:39 +01:00
Sven Roederer
8136a3603d [olsr, oonf] change to new repo 2016-03-18 02:44:25 +01:00
Henning Rogge
bbcd1922bf Update to version 0.11.2 2016-03-17 14:11:18 +01:00
Bastian Bittorf
c86ccc8abd Merge pull request #158 from HRogge/master
Update to OONF 0.11.1
2016-03-13 16:24:40 +01:00
Henning Rogge
101c9c07f9 Update to OONF 0.11.1 2016-03-12 00:46:59 +01:00
Bastian Bittorf
a227810ba2 Merge pull request #156 from stspdotname/bashism
Replace == operator in test with = operator.
2016-03-07 21:31:05 +01:00
Stefan Sperling
cde0b2f813 Replace == operator in test with = operator.
Requested by bittorf in https://github.com/openwrt-routing/packages/pull/155
2016-03-06 09:05:05 +01:00
Bastian Bittorf
0a2aac2dd5 Merge pull request #155 from stspdotname/olsrd-smartgw-rules
Fix '/etc/init.d/olsrd6 restart' breaks IPv4 SmartGateway.
2016-03-04 15:58:28 +01:00
Bastian Bittorf
9d37aaaaf8 Merge pull request #151 from HRogge/master
Update to OONF 0.11.0
2016-03-04 15:55:50 +01:00
Stefan Sperling
f7ffb388b1 Fix '/etc/init.d/olsrd6 restart' breaks IPv4 SmartGateway.
Restarting olsrd for IPv6 clears SmartGateway firewall rules for both IPv4
and IPv6, and does not restore the IPv4 rules. As a result, IPv4 SmartGateway
functionality is broken after /etc/init.d/olsrd6 restart.
2016-03-03 21:06:38 +01:00
Henning Rogge
f5bb690ab5 Forgot to change to switch from os_socket to os_fd for OONF 2016-02-29 19:05:12 +01:00
Henning Rogge
9c45d3e724 OONF version 0.11.0 2016-02-28 21:31:24 +01:00
Pau Escrich
3001d0ab41 [luci-app-bmx6] When drawing the network topology graph, try first wget-ssl
Signed-off-by: Pau Escrich <p4u@dabax.net>
2016-02-23 12:58:32 +01:00
Pau Escrich
93fdb120de luci-app-bmx6: return if json problem detected
Signed-off-by: Bob Ham <rah@settrans.net>
2016-02-16 19:23:07 +01:00
Axel Neumann
258c3c5778 bmx7: update source: fix bmx7_tun plugin Makefile and new --setTrustedNode options 2016-02-15 23:06:50 +01:00
Gabriel Kerneis
4af2fcd647 babeld: release 1.7.1
Signed-off-by: Gabriel Kerneis <kerneis@google.com>
2016-02-15 11:00:15 +01:00
Axel Neumann
5c203e3e63 bmx7: fix source url 2016-02-11 07:18:45 +01:00
Axel Neumann
d7710561e8 bmx7: separate bmx7 namespace for binaries, libs, config, runtimedir, ... 2016-02-11 07:13:49 +01:00
Lars Gierth
2a8338559d cjdns: update source, bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-02-06 04:59:44 +01:00
Lars Gierth
d97d2f2990 cjdns: fix dependency on git revision
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-02-06 04:59:42 +01:00
Bastian Bittorf
4f8207064a Merge pull request #126 from NeoRaider/master
alfred: not only wait for the interface, but also a link-local address
2016-01-19 20:26:16 +01:00
Sven Eckelmann
20d0da8538 alfred: Switch to HTTPS version of links
open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
requests are currently redirected automatically to HTTPS but references
to it should be only https.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-01-19 19:23:14 +01:00
Sven Eckelmann
4be7520e9e alfred: upgrade package to latest release 2016.0
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
2016-01-19 19:22:38 +01:00
Simon Wunderlich
ee9e3840ff Merge pull request #144 from ecsv/batadv_2016.0
batman-adv release 2016.0
2016-01-19 17:58:15 +01:00
Sven Eckelmann
968fcbf389 batctl: upgrade package to latest release 2016.0
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
2016-01-19 17:46:13 +01:00
Sven Eckelmann
53a921be2b batman-adv: upgrade package to latest release 2016.0
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
2016-01-19 17:45:50 +01:00
Sven Eckelmann
fbc1b1898f batctl: Switch to HTTPS version of links
open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
requests are currently redirected automatically to HTTPS but references
to it should be only https.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-01-19 17:43:26 +01:00
Sven Eckelmann
0e7b291a54 batman-adv: Switch to HTTPS version of links
open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
requests are currently redirected automatically to HTTPS but references
to it should be only https.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-01-19 17:42:46 +01:00
Axel Neumann
54db126c01 bmx7: update source (fixing device memory leaks) 2016-01-18 13:36:10 +01:00
Bastian Bittorf
3d25d77935 olsrd: convert Makefile for using 'git'
For easier fiddling with other versions, switch to git
This way one don't need to wait for a release-tarball.

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
2016-01-14 11:51:37 +01:00
Lars Gierth
8b76a63e63 Merge pull request #143 from dangowrt/update-cjdns
Update cjdns
2016-01-14 03:31:57 +01:00
Daniel Golle
72276f4ca6 cjdns: depend on @IPV6 instead of kmod-ipv6
kmod-ipv6 was retired as IPv6 support is now built-in unless
explicitely disabled.
@IPV6 refers to CONFIG_IPV6 from menuconfig which is enabled by
default.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:48:37 +01:00
Daniel Golle
dc39b5245e cjdns: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:45:38 +01:00
Marek Lindner
f8380b4136 batctl: upgrade package to latest release 2015.2
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-12-28 08:20:47 +08:00
Marek Lindner
0db26614ec batman-adv: upgrade package to latest release 2015.2
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-12-28 07:50:16 +08:00