feed/routing.git
7 years agoMerge pull request #213 from zorun/babeld_update_url
zorun [Sat, 30 Jul 2016 11:35:36 +0000 (13:35 +0200)]
Merge pull request #213 from zorun/babeld_update_url

babeld: Update source URL

7 years agobabeld: Update source URL 213/head
Baptiste Jonglez [Sat, 30 Jul 2016 11:29:00 +0000 (13:29 +0200)]
babeld: Update source URL

There is a HTTP redirection in place from the old URL to the new URL, but
better change it now than waiting for the redirection to disappear.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agonodogsplash: extend configuration help text
Moritz Warning [Thu, 28 Jul 2016 21:57:34 +0000 (23:57 +0200)]
nodogsplash: extend configuration help text

7 years agobmx7: update source (fixing several DoS scenarios)
Axel Neumann [Wed, 20 Jul 2016 09:17:37 +0000 (11:17 +0200)]
bmx7: update source (fixing several DoS scenarios)

7 years agobmx7: update source (disable sysctl settings for net/ipv4/conf/{all|default})
Axel Neumann [Tue, 19 Jul 2016 14:01:49 +0000 (16:01 +0200)]
bmx7: update source (disable sysctl settings for net/ipv4/conf/{all|default})

7 years agondppd: fix source URL (#209)
Alexander Ryzhov [Mon, 18 Jul 2016 11:09:33 +0000 (14:09 +0300)]
ndppd: fix source URL (#209)

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
7 years agoMerge pull request #203 from kdarbyshirebryant/miniupnpdfuzz
Markus Stenberg [Wed, 13 Jul 2016 05:58:15 +0000 (07:58 +0200)]
Merge pull request #203 from kdarbyshirebryant/miniupnpdfuzz

miniupnpd: refresh patches

7 years agoMerge pull request #204 from kdarbyshirebryant/miniupnpdpost
Markus Stenberg [Wed, 13 Jul 2016 05:52:31 +0000 (07:52 +0200)]
Merge pull request #204 from kdarbyshirebryant/miniupnpdpost

miniupnpd: add igd2 postrouting table

7 years agobmx7: update source (fixing discarded dhm packet signatures)
Axel Neumann [Tue, 12 Jul 2016 13:00:23 +0000 (15:00 +0200)]
bmx7: update source (fixing discarded dhm packet signatures)

7 years agobatman-adv: Exchange include order for uapi header files 208/head
Sven Eckelmann [Fri, 8 Jul 2016 09:30:27 +0000 (11:30 +0200)]
batman-adv: Exchange include order for uapi header files

The build of netlink.c in batman-adv 2016.3 will fail because the
definition of GENL_NAMESIZE and similar things are missing. This is is
caused by an incorrect order of backports and non-backports header files
mixed up with uapi and non-uapi header files. Parts of the header files
would not get included by include_next because it not anymore in the
remaining search paths.

Reported: Marek Lindner <marek.lindner@open-mesh.com>
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agobatman-adv: update package release to allow pkg upgrade
Marek Lindner [Wed, 6 Jul 2016 13:36:38 +0000 (21:36 +0800)]
batman-adv: update package release to allow pkg upgrade

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agoMerge pull request #197 from ecsv/batman-adv-speedyjoin
lindnermarek [Wed, 6 Jul 2016 13:33:25 +0000 (21:33 +0800)]
Merge pull request #197 from ecsv/batman-adv-speedyjoin

batman-adv: Fix speedy join in gateway client mode

7 years agobatman-adv: Fix speedy join in gateway client mode 197/head
Sven Eckelmann [Fri, 17 Jun 2016 13:54:03 +0000 (15:54 +0200)]
batman-adv: Fix speedy join in gateway client mode

Speedy join only works when the received packet is either broadcast or an
4addr unicast packet. Thus packets converted from broadcast to unicast via
the gateway handling code have to be converted to 4addr packets to allow
the receiving gateway server to add the sender address as temporary entry
to the translation table.

Not doing it will make the batman-adv gateway server drop the DHCP response
in many situations because it doesn't yet have the TT entry for the
destination of the DHCP response.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: Add reference counting + nullptr fixes 205/head
Sven Eckelmann [Tue, 5 Jul 2016 10:03:44 +0000 (12:03 +0200)]
batman-adv: Add reference counting + nullptr fixes

 * Avoid nullptr dereference in bla after vlan_insert_tag
 * Avoid nullptr dereference in dat after vlan_insert_tag
 * Avoid tt_req_node list put for unhashed entry
 * Fix orig_node_vlan leak on orig_node_release
 * Fix non-atomic bla_claim::backbone_gw access
 * Fix reference leak in batadv_find_router
 * Free last_bonding_candidate on release of orig_node

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agominiupnpd: add igd2 postrouting table 204/head
Kevin Darbyshire-Bryant [Mon, 4 Jul 2016 19:23:45 +0000 (20:23 +0100)]
miniupnpd: add igd2 postrouting table

add MINIUPNPD-POSTROUTING rule. Solves following error

addmasqueraderule() : chain MINIUPNPD-POSTROUTING not found

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agobmx7: update source
Axel Neumann [Fri, 1 Jul 2016 09:08:42 +0000 (11:08 +0200)]
bmx7: update source

7 years agominiupnpd: refresh patches 203/head
Kevin Darbyshire-Bryant [Tue, 28 Jun 2016 14:57:36 +0000 (15:57 +0100)]
miniupnpd: refresh patches

Refresh patches to clear patch fuzz

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agominiupnpd: Fix UUID dependency not to check outside the tree, and use uuid always.
Markus Stenberg [Tue, 28 Jun 2016 12:18:30 +0000 (15:18 +0300)]
miniupnpd: Fix UUID dependency not to check outside the tree, and use uuid always.

7 years agohnetd/ohp -> git head, miniupnpd->2.0 (from 15.05 branch).
Markus Stenberg [Mon, 27 Jun 2016 21:45:11 +0000 (00:45 +0300)]
hnetd/ohp -> git head, miniupnpd->2.0 (from 15.05 branch).

7 years agoMerge pull request #191 from lynxis/for-upstream
Markus Stenberg [Mon, 27 Jun 2016 21:25:51 +0000 (00:25 +0300)]
Merge pull request #191 from lynxis/for-upstream

replace kmod-ipv6 @IPV6

7 years agoMerge pull request #168 from toreanderson/hnetd-add-ip4mode
Markus Stenberg [Mon, 27 Jun 2016 21:24:03 +0000 (00:24 +0300)]
Merge pull request #168 from toreanderson/hnetd-add-ip4mode

hnetd: support the ip4mode parameter

7 years agoMerge pull request #198 from HRogge/master
Bastian Bittorf [Mon, 20 Jun 2016 09:57:18 +0000 (11:57 +0200)]
Merge pull request #198 from HRogge/master

OONF v0.12.1

7 years agonat46: Depend on IPV6 as IPv6 is kernel builtin module now (#195)
Hans Dedecker [Sun, 12 Jun 2016 19:49:18 +0000 (21:49 +0200)]
nat46: Depend on IPV6 as IPv6 is kernel builtin module now (#195)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 years agoMerge pull request #196 from ecsv/batman-adv-2016.2
lindnermarek [Fri, 10 Jun 2016 17:35:24 +0000 (01:35 +0800)]
Merge pull request #196 from ecsv/batman-adv-2016.2

batman-adv 2016.2

7 years agoMerge pull request #150 from booo/olsrd2_hotplug_fix
Bastian Bittorf [Fri, 10 Jun 2016 08:01:26 +0000 (10:01 +0200)]
Merge pull request #150 from booo/olsrd2_hotplug_fix

fix quoting of daemon name

7 years agoalfred: upgrade package to latest release 2016.2 196/head
Sven Eckelmann [Thu, 9 Jun 2016 16:48:31 +0000 (18:48 +0200)]
alfred: upgrade package to latest release 2016.2

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatctl: upgrade package to latest release 2016.2
Sven Eckelmann [Thu, 9 Jun 2016 16:48:19 +0000 (18:48 +0200)]
batctl: upgrade package to latest release 2016.2

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: upgrade package to latest release 2016.2
Sven Eckelmann [Thu, 9 Jun 2016 16:28:17 +0000 (18:28 +0200)]
batman-adv: upgrade package to latest release 2016.2

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agoReplace my defunct email address
Jo-Philipp Wich [Tue, 7 Jun 2016 09:57:28 +0000 (11:57 +0200)]
Replace my defunct email address

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoOONF release 0.12.1 198/head
Henning Rogge [Tue, 7 Jun 2016 09:19:12 +0000 (11:19 +0200)]
OONF release 0.12.1

7 years agoMerge pull request #193 from jow-/cjdns-move-tmp
Lars Gierth [Mon, 6 Jun 2016 19:22:11 +0000 (21:22 +0200)]
Merge pull request #193 from jow-/cjdns-move-tmp

cjdns: use temporary directory within the build environment

7 years agoMerge pull request #192 from lynxis/fix_kmod-crypto-arc4
lindnermarek [Mon, 6 Jun 2016 16:37:28 +0000 (00:37 +0800)]
Merge pull request #192 from lynxis/fix_kmod-crypto-arc4

batman-adv: remove DEPENDS:=kmod-crypto-core

7 years agocjdns: use temporary directory within the build environment 193/head
Jo-Philipp Wich [Mon, 6 Jun 2016 15:03:12 +0000 (17:03 +0200)]
cjdns: use temporary directory within the build environment

By default, cjdns' build system uses the system wide `/tmp` directory to store
intermediate build artifacts.

Unfortunately its build system fails to clean after itself, leaving thousands
of `jsmake-<hash>` directories behind, taking up precious inodes and massively
slowing down processes traversing the temporary directory:

    root@buildbot:~# find /tmp/ -maxdepth 1 -type d -name 'jsmake-*' | wc -l
    1581

Attempt to solve that problem by using the upstream-introduced
`CJDNS_BUILD_TMPDIR` environment variable in order to move the intermediate
artifacts from the system-wide `/tmp` to a temporary directory within the
package build dir which is properly deleted upon package rebuild cycles.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agonodogsplash: remove duplicate options, fixes #135
Moritz Warning [Sun, 5 Jun 2016 09:43:01 +0000 (11:43 +0200)]
nodogsplash: remove duplicate options, fixes #135

7 years agobatman-adv: remove DEPENDS:=kmod-crypto-core 192/head
Alexander Couzens [Sun, 5 Jun 2016 01:47:51 +0000 (03:47 +0200)]
batman-adv: remove DEPENDS:=kmod-crypto-core

kmod-crypto-core was removed in openwrt/trunk svn 46820 and all
kconfig's are now built-in.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
7 years agoreplace DEPENDS=+@IPV6 with DEPENDS=@IPV6 191/head
Alexander Couzens [Sun, 5 Jun 2016 00:13:13 +0000 (02:13 +0200)]
replace DEPENDS=+@IPV6 with DEPENDS=@IPV6

The symbol IPV6 is a global config symbol, don't select it because it
will override the user decision of IPV6 as all other package in base do
it. A select (+) will also create a recursive dependency error.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
7 years agouse @IPV6 instead of +kmod-ipv6
Alexander Couzens [Sun, 5 Jun 2016 00:11:34 +0000 (02:11 +0200)]
use @IPV6 instead of +kmod-ipv6

kmod-ipv6 is obsolete.
The symbol IPV6 is a global config symbol, don't select it because it
will override the user decision of IPV6 as all other package in base do
it. A select (+) will also create a recursive dependency error.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
7 years agoMerge branch 'master' of github.com:HRogge/packages
Henning Rogge [Tue, 31 May 2016 06:59:57 +0000 (08:59 +0200)]
Merge branch 'master' of github.com:HRogge/packages

7 years agoUpdate to v0.12.0
Henning Rogge [Tue, 31 May 2016 06:57:07 +0000 (08:57 +0200)]
Update to v0.12.0

7 years agoUpdate to v0.12.0
Henning Rogge [Tue, 31 May 2016 06:57:07 +0000 (08:57 +0200)]
Update to v0.12.0

7 years agoMerge pull request #146 from sayuan/patch-1
Moritz Warning [Sat, 28 May 2016 13:34:22 +0000 (15:34 +0200)]
Merge pull request #146 from sayuan/patch-1

nodogsplash: fix init script

7 years agonodogplash: 1.0.0 release
Moritz Warning [Sat, 28 May 2016 11:03:11 +0000 (13:03 +0200)]
nodogplash: 1.0.0 release

7 years agonodogplash: change section name
Moritz Warning [Sat, 28 May 2016 11:02:49 +0000 (13:02 +0200)]
nodogplash: change section name

7 years agonodogsplash: change comments
Moritz Warning [Sat, 28 May 2016 11:01:12 +0000 (13:01 +0200)]
nodogsplash: change comments

7 years agoUpdate to 0.12.0a2
Henning Rogge [Wed, 25 May 2016 14:57:35 +0000 (16:57 +0200)]
Update to 0.12.0a2

7 years agoremove interface subsystem
Henning Rogge [Wed, 25 May 2016 10:34:07 +0000 (12:34 +0200)]
remove interface subsystem

7 years agoAlpha of 0.12.0 for Federico Capoano
Henning Rogge [Wed, 25 May 2016 09:06:31 +0000 (11:06 +0200)]
Alpha of 0.12.0 for Federico Capoano

7 years agoMerge pull request #187 from HRogge/master
Bastian Bittorf [Wed, 25 May 2016 08:15:22 +0000 (10:15 +0200)]
Merge pull request #187 from HRogge/master

Update to 0.11.7

7 years agohnetd: Bumped to RFC7787/7788 compliant version.
Markus Stenberg [Mon, 16 May 2016 21:10:58 +0000 (00:10 +0300)]
hnetd: Bumped to RFC7787/7788 compliant version.

7 years agoUpdate OONF to v0.11.7 187/head
Henning Rogge [Fri, 13 May 2016 13:00:12 +0000 (15:00 +0200)]
Update OONF to v0.11.7

7 years agoUpdate OONF to 0.11.6
Henning Rogge [Fri, 13 May 2016 08:48:35 +0000 (10:48 +0200)]
Update OONF to 0.11.6

7 years agonodogsplash: add $ to variable
Moritz Warning [Thu, 12 May 2016 16:18:54 +0000 (18:18 +0200)]
nodogsplash: add $ to variable

7 years agoMerge pull request #186 from stintel/bird
Jo-Philipp Wich [Tue, 10 May 2016 15:01:41 +0000 (17:01 +0200)]
Merge pull request #186 from stintel/bird

bird: fix mips64, bump to 1.6.0

7 years agobird: bump to 1.6.0 186/head
Stijn Tintel [Tue, 10 May 2016 14:12:01 +0000 (17:12 +0300)]
bird: bump to 1.6.0

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agobird: fix recvmsg/sendmsg on mips64
Stijn Tintel [Tue, 10 May 2016 13:52:45 +0000 (16:52 +0300)]
bird: fix recvmsg/sendmsg on mips64

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agofix check for config existence
Moritz Warning [Mon, 9 May 2016 18:29:52 +0000 (20:29 +0200)]
fix check for config existence

7 years agobatman-adv: 2016.1 bugfixes & stability updates
Marek Lindner [Sat, 7 May 2016 12:42:44 +0000 (20:42 +0800)]
batman-adv: 2016.1 bugfixes & stability updates

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agobatman-adv: revert partial cfg80211 kernel dependency
Marek Lindner [Thu, 5 May 2016 16:06:46 +0000 (00:06 +0800)]
batman-adv: revert partial cfg80211 kernel dependency

The entire batman-adv code relies on the kernel backports introduced
by the mac80211 package.

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agobatman-adv: autoload cfg80211 kernel dependency
Marek Lindner [Thu, 5 May 2016 13:34:03 +0000 (21:34 +0800)]
batman-adv: autoload cfg80211 kernel dependency

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agoAdd remotecontrol plugin to selectable Olsrd2 plugins
Henning Rogge [Thu, 5 May 2016 13:21:03 +0000 (14:21 +0100)]
Add remotecontrol plugin to selectable Olsrd2 plugins

7 years agoAdd optional packages to OONF olsrd2
Henning Rogge [Thu, 5 May 2016 12:59:52 +0000 (13:59 +0100)]
Add optional packages to OONF olsrd2

7 years agoMerge pull request #183 from rogerpueyo/master
axn [Wed, 4 May 2016 13:36:42 +0000 (15:36 +0200)]
Merge pull request #183 from rogerpueyo/master

LuCI app for BMX7 (retry)

7 years ago[luci-app-bmx7] Add world icons resources 157/head 183/head
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:42:29 +0000 (13:42 +0100)]
[luci-app-bmx7] Add world icons resources

7 years ago[luci-app-bmx7] Add Nodes view page
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:41:35 +0000 (13:41 +0100)]
[luci-app-bmx7] Add Nodes view page

7 years ago[luci-app-bmx7] Add Nodes page menu entry
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:41:21 +0000 (13:41 +0100)]
[luci-app-bmx7] Add Nodes page menu entry

7 years ago[luci-app-bmx7] Update configuration and installation definitions in Makefile
Roger Pueyo Centelles [Thu, 10 Mar 2016 11:18:27 +0000 (12:18 +0100)]
[luci-app-bmx7] Update configuration and installation definitions in Makefile

7 years ago[luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status...
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:37:46 +0000 (11:37 +0100)]
[luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status page

7 years ago[luci-app-bmx7] Add BMX7 logo resource
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:30:22 +0000 (11:30 +0100)]
[luci-app-bmx7] Add BMX7 logo resource

7 years ago[luci-app-bmx7] Add polling.js resource
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:28:42 +0000 (11:28 +0100)]
[luci-app-bmx7] Add polling.js resource

7 years ago[luci-app-bmx7] Add Status view page
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:28:10 +0000 (11:28 +0100)]
[luci-app-bmx7] Add Status view page

7 years ago[luci-app-bmx7] Add Status page menu entry
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:21:12 +0000 (11:21 +0100)]
[luci-app-bmx7] Add Status page menu entry

7 years ago[luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:17:33 +0000 (11:17 +0100)]
[luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI

7 years ago[luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
Roger Pueyo Centelles [Wed, 9 Mar 2016 23:56:35 +0000 (00:56 +0100)]
[luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
COPYING license file

7 years agobmx7: bump to latest code version
Axel Neumann [Sun, 1 May 2016 15:03:21 +0000 (17:03 +0200)]
bmx7: bump  to latest code version

7 years agoMerge branch 'master' of github:openwrt-routing/packages
Marek Lindner [Mon, 25 Apr 2016 09:24:47 +0000 (17:24 +0800)]
Merge branch 'master' of github:openwrt-routing/packages

7 years agobatctl: upgrade package to latest release 2016.1
Marek Lindner [Mon, 25 Apr 2016 09:23:59 +0000 (17:23 +0800)]
batctl: upgrade package to latest release 2016.1

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agoMerge pull request #178 from HRogge/master
Bastian Bittorf [Mon, 25 Apr 2016 09:15:30 +0000 (11:15 +0200)]
Merge pull request #178 from HRogge/master

Update to OONF v0.11.4

7 years agoMerge pull request #177 from ecsv/batadv_2016.1
lindnermarek [Mon, 25 Apr 2016 09:09:03 +0000 (17:09 +0800)]
Merge pull request #177 from ecsv/batadv_2016.1

batman-adv 2016.1

7 years agoUpdate to OONF v0.11.4 178/head
Henning Rogge [Mon, 25 Apr 2016 06:21:47 +0000 (08:21 +0200)]
Update to OONF v0.11.4

7 years agoMerge pull request #173 from HRogge/master
Bastian Bittorf [Sat, 23 Apr 2016 15:28:10 +0000 (17:28 +0200)]
Merge pull request #173 from HRogge/master

Update to OONF 0.11.3

7 years agobatman-adv: Add B.A.T.M.A.N. V support 177/head
Sven Eckelmann [Thu, 11 Feb 2016 22:08:20 +0000 (23:08 +0100)]
batman-adv: Add B.A.T.M.A.N. V support

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: Allow to select routing algorithm
Sven Eckelmann [Tue, 19 Jan 2016 11:40:10 +0000 (12:40 +0100)]
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>
7 years agobatman-adv: upgrade package to latest release 2016.1
Sven Eckelmann [Thu, 21 Apr 2016 13:39:39 +0000 (15:39 +0200)]
batman-adv: upgrade package to latest release 2016.1

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agoalfred: bump version to 2016.1
Simon Wunderlich [Thu, 21 Apr 2016 12:24:14 +0000 (14:24 +0200)]
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>
8 years agoUpdate to OONF 0.11.3 173/head
Henning Rogge [Tue, 19 Apr 2016 10:29:36 +0000 (12:29 +0200)]
Update to OONF 0.11.3

8 years agonodogsplash: fix enable PasswordAuthentication
Moritz Warning [Mon, 18 Apr 2016 20:09:33 +0000 (22:09 +0200)]
nodogsplash: fix enable PasswordAuthentication

8 years agonodogsplash: fix enable UsernameAuthentication
Moritz Warning [Mon, 18 Apr 2016 20:07:15 +0000 (22:07 +0200)]
nodogsplash: fix enable UsernameAuthentication

8 years agohnetd: support the ip4mode parameter 168/head
Tore Anderson [Sun, 10 Apr 2016 18:34:16 +0000 (20:34 +0200)]
hnetd: support the ip4mode parameter

Add support for setting the "ip4mode" parameter (sbyx/hnetd@2953f5a) in
the "config pa pa" stanza of /etc/config/hnet.

8 years agoMerge pull request #145 from ecsv/alfred_2016.0
Simon Wunderlich [Fri, 25 Mar 2016 19:32:24 +0000 (20:32 +0100)]
Merge pull request #145 from ecsv/alfred_2016.0

Alfred 2016.0

8 years agobatman-adv: Move compat-hacks to separate file 167/head
Sven Eckelmann [Fri, 25 Mar 2016 09:44:07 +0000 (10:44 +0100)]
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>
8 years agobatman-adv: Use the mac80211 compat layer
Sven Eckelmann [Thu, 21 Jan 2016 15:04:20 +0000 (16:04 +0100)]
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>
8 years agoMerge pull request #162 from HRogge/master
Bastian Bittorf [Sat, 19 Mar 2016 15:40:21 +0000 (16:40 +0100)]
Merge pull request #162 from HRogge/master

Update to version 0.11.2

8 years agoMerge pull request #166 from SvenRoederer/fix/olsr.org_changed_repo
Bastian Bittorf [Sat, 19 Mar 2016 15:06:02 +0000 (16:06 +0100)]
Merge pull request #166 from SvenRoederer/fix/olsr.org_changed_repo

olsrd, oonf: update repo to new location

8 years agoolsrd: update (c)-header date 166/head
Sven Roederer [Fri, 18 Mar 2016 07:51:39 +0000 (08:51 +0100)]
olsrd: update (c)-header date

8 years ago[olsr, oonf] change to new repo
Sven Roederer [Fri, 18 Mar 2016 01:44:25 +0000 (02:44 +0100)]
[olsr, oonf] change to new repo

8 years agoUpdate to version 0.11.2 162/head
Henning Rogge [Thu, 17 Mar 2016 13:11:18 +0000 (14:11 +0100)]
Update to version 0.11.2

8 years agoMerge pull request #158 from HRogge/master
Bastian Bittorf [Sun, 13 Mar 2016 15:24:40 +0000 (16:24 +0100)]
Merge pull request #158 from HRogge/master

Update to OONF 0.11.1

8 years agoUpdate to OONF 0.11.1 158/head
Henning Rogge [Fri, 11 Mar 2016 23:46:59 +0000 (00:46 +0100)]
Update to OONF 0.11.1

8 years agoMerge pull request #156 from stspdotname/bashism
Bastian Bittorf [Mon, 7 Mar 2016 20:31:05 +0000 (21:31 +0100)]
Merge pull request #156 from stspdotname/bashism

Replace == operator in test with = operator.

8 years agoReplace == operator in test with = operator. 156/head
Stefan Sperling [Sun, 6 Mar 2016 08:03:44 +0000 (09:03 +0100)]
Replace == operator in test with = operator.

Requested by bittorf in https://github.com/openwrt-routing/packages/pull/155