feed/routing.git
7 years agobatman-adv: add patches from 2016.5-maint 2017-02-21 279/head
Sven Eckelmann [Sun, 26 Feb 2017 14:11:20 +0000 (15:11 +0100)]
batman-adv: add patches from 2016.5-maint 2017-02-21

 * batman-adv: Fix double free during fragment merge error
 * batman-adv: Fix transmission of final, 16th fragment

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agoolsrd: find_most_recent_plugin_libary() fix sorting
Bastian Bittorf [Fri, 24 Feb 2017 14:12:19 +0000 (15:12 +0100)]
olsrd: find_most_recent_plugin_libary() fix sorting

7 years agoMerge pull request #275 from kdarbyshirebryant/upnp
Markus Stenberg [Wed, 22 Feb 2017 08:00:59 +0000 (10:00 +0200)]
Merge pull request #275 from kdarbyshirebryant/upnp

miniupnpd: add IGDv2 support as build option

7 years agoMerge pull request #276 from kdarbyshirebryant/upnpenabled
Markus Stenberg [Wed, 22 Feb 2017 07:59:36 +0000 (09:59 +0200)]
Merge pull request #276 from kdarbyshirebryant/upnpenabled

miniupnpd: implement an 'enabled' flag

7 years agobmx6: update to d9b985
Pau Escrich [Tue, 21 Feb 2017 16:18:29 +0000 (17:18 +0100)]
bmx6: update to d9b985

Signed-off-by: Pau Escrich <p4u@dabax.net>
7 years agoolsrd: find_most_recent_plugin_libary() fix input with 'exact' filenames
Bastian Bittorf [Tue, 14 Feb 2017 07:58:22 +0000 (08:58 +0100)]
olsrd: find_most_recent_plugin_libary() fix input with 'exact' filenames

7 years agoolsrd: init-script: fix new plugin-lazymode
Bastian Bittorf [Mon, 13 Feb 2017 15:25:37 +0000 (16:25 +0100)]
olsrd: init-script: fix new plugin-lazymode

make sure that we do not select
'olsrd_dyn_gw_plain.so.0.4' if user wants
'olsrd_dyn_gw.so.0.5'

7 years agoolsr: hotplug: fix a wrong grep (never successful) in olsrd_interface_already_in_config()
Bastian Bittorf [Sun, 12 Feb 2017 19:41:04 +0000 (20:41 +0100)]
olsr: hotplug: fix a wrong grep (never successful) in olsrd_interface_already_in_config()

7 years agoolsr: fix minor complain from 'shellcheck'
Bastian Bittorf [Sun, 12 Feb 2017 19:37:28 +0000 (20:37 +0100)]
olsr: fix minor complain from 'shellcheck'

7 years agoolsr: smartfw: fix a syntax error whwile checking for 'nowan'
Bastian Bittorf [Sun, 12 Feb 2017 19:22:23 +0000 (20:22 +0100)]
olsr: smartfw: fix a syntax error whwile checking for 'nowan'

introduced in 059b26c2 in 2011-nov-14 ("Manuel Munz freifunk@somakoma.de modified init
file of olsrd with improvements for 6and4 operation and also for setup of smartgw")

7 years agoolsr: init-script: minor style changes
Bastian Bittorf [Sun, 12 Feb 2017 19:19:16 +0000 (20:19 +0100)]
olsr: init-script: minor style changes

1) echo -n -> printf
2) do not 'return 0' in functions where rc is 0 anyway
3) calc with $(( $var + $x )) -> $(( var + x ))

7 years agoolsr: allow lazy-plugin-naming: e.g. olsrd_txtinfo (not olsrd_txtinfo.so.1.2)
Bastian Bittorf [Sun, 12 Feb 2017 13:36:20 +0000 (14:36 +0100)]
olsr: allow lazy-plugin-naming: e.g. olsrd_txtinfo (not olsrd_txtinfo.so.1.2)

overload init-skript's olsrd_write_loadplugin() with new function
find_most_recent_plugin_libary() - so now we can mix 'exact' and lazy
names. This change is backward compatible and now we have a better
migration strategy. This topic was hot again, after the latest updates
of a lot of plugins, resulting in non-working configs...

7 years agominiupnpd: implement an 'enabled' flag 276/head
Kevin Darbyshire-Bryant [Sat, 11 Feb 2017 19:13:29 +0000 (19:13 +0000)]
miniupnpd: implement an 'enabled' flag

Add a 'master' miniupnpd service enable flag rather than just relying on
rcS.d script existence.  This allows the service to be disabled across
sysupgrade, similar to minidlna.

The service assumes enabled if no 'enabled' config flag is configured
for backwards compatibility.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agominiupnpd: add IGDv2 support as build option 275/head
Kevin Darbyshire-Bryant [Thu, 9 Feb 2017 09:18:11 +0000 (09:18 +0000)]
miniupnpd: add IGDv2 support as build option

Make IGDv2 support a build time option (default enabled)
Some devices (xbox one, windows home server) are not happy talking to an
IGDv2 enabled upnp server.

Remove 'portinuse' & 'igdv2' enabling patches backported from freebsd as
these can be configured via build time options in package makefile.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agoMerge pull request #273 from OLSR/master
Bastian Bittorf [Fri, 10 Feb 2017 16:49:50 +0000 (17:49 +0100)]
Merge pull request #273 from OLSR/master

olsrd: update to v0.9.6.1

7 years agoolsrd: update to v0.9.6.1 273/head
Ferry Huberts [Fri, 10 Feb 2017 10:14:52 +0000 (11:14 +0100)]
olsrd: update to v0.9.6.1

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
7 years agoMerge pull request #269 from ecsv/batadv-fixes
Simon Wunderlich [Fri, 3 Feb 2017 18:06:32 +0000 (19:06 +0100)]
Merge pull request #269 from ecsv/batadv-fixes

batman-adv: maint patch import + settings fixes

7 years agoMerge pull request #261 from ecsv/batmand-git
elektra42 [Fri, 3 Feb 2017 17:28:20 +0000 (18:28 +0100)]
Merge pull request #261 from ecsv/batmand-git

batman: Switch maintainers and get batmand/vis packages from git

7 years agoMerge pull request #271 from OLSR/master
Bastian Bittorf [Thu, 2 Feb 2017 14:59:18 +0000 (15:59 +0100)]
Merge pull request #271 from OLSR/master

olsrd: update to v0.9.6 - contains important fixes

7 years agoolsrd: update to v0.9.6 271/head
Ferry Huberts [Wed, 1 Feb 2017 17:47:49 +0000 (18:47 +0100)]
olsrd: update to v0.9.6

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
7 years agoMerge pull request #268 from dedeckeh/pr_nat46_upstep
Jo-Philipp Wich [Tue, 31 Jan 2017 07:45:58 +0000 (08:45 +0100)]
Merge pull request #268 from dedeckeh/pr_nat46_upstep

nat46: support portless protocols in 1:1 share ratio

7 years agobatman-adv: Remove non-existing setting "vis_mode" 269/head
Sven Eckelmann [Mon, 30 Jan 2017 13:52:25 +0000 (14:52 +0100)]
batman-adv: Remove non-existing setting "vis_mode"

There is no vis_mode in the batman-adv kernel module since batman-adv
2014.0.0. So don't expose such a setting in uci.

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agobatman-adv: Fix "aggregated_ogms" setting
Sven Eckelmann [Mon, 30 Jan 2017 13:46:03 +0000 (14:46 +0100)]
batman-adv: Fix "aggregated_ogms" setting

The new setting for aggregated_ogms was read from the correct config key.
But the setting was applied to the wrong file. Also the value to set was
not read from the correct variable.

Reported-by: Edward Beech <initialed85@gmail.com>
Fixes: 2d654c0af194 ("batman-adv: upgrade package to latest release 2012.0.0")
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agobatman-adv: add patches from 2016.4-maint 2017-01-04
Sven Eckelmann [Mon, 30 Jan 2017 13:37:37 +0000 (14:37 +0100)]
batman-adv: add patches from 2016.4-maint 2017-01-04

 * batman-adv: Decrease hardif refcnt on fragmentation send error

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agobatman-adv: Add sha256 PKG_HASH for LEDE
Sven Eckelmann [Wed, 25 Jan 2017 09:03:30 +0000 (10:03 +0100)]
batman-adv: Add sha256 PKG_HASH for LEDE

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agobatctl: Add sha256 PKG_HASH for LEDE
Sven Eckelmann [Wed, 25 Jan 2017 09:03:30 +0000 (10:03 +0100)]
batctl: Add sha256 PKG_HASH for LEDE

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agoalfred: Add sha256 PKG_HASH for LEDE
Sven Eckelmann [Wed, 25 Jan 2017 09:03:30 +0000 (10:03 +0100)]
alfred: Add sha256 PKG_HASH for LEDE

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agonat46: support portless protocols in 1:1 share ratio 268/head
Hans Dedecker [Mon, 30 Jan 2017 09:50:46 +0000 (10:50 +0100)]
nat46: support portless protocols in 1:1 share ratio

5fed76d nat46-core: support portless protocols in 1:1 share ratio
df4c7da nat46-core: minor code improvements
4e45bd5 treewide: fix white space errors

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 years agoMerge pull request #267 from openwrt-routing/mareklindner/batman-adv/batman-v-enable...
Simon Wunderlich [Mon, 30 Jan 2017 08:45:44 +0000 (09:45 +0100)]
Merge pull request #267 from openwrt-routing/mareklindner/batman-adv/batman-v-enable-by-default

batman-adv: compile batman v by default

7 years agobatman-adv: compile batman v by default 267/head
Marek Lindner [Sun, 29 Jan 2017 11:46:17 +0000 (19:46 +0800)]
batman-adv: compile batman v by default

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agoMerge pull request #266 from NeoRaider/batman-adv-build-dir
Simon Wunderlich [Fri, 27 Jan 2017 13:59:26 +0000 (14:59 +0100)]
Merge pull request #266 from NeoRaider/batman-adv-build-dir

batman-adv: use kernel-specific PKG_BUILD_DIR

7 years agobatman-adv: use kernel-specific PKG_BUILD_DIR 266/head
Matthias Schiffer [Fri, 27 Jan 2017 12:23:39 +0000 (13:23 +0100)]
batman-adv: use kernel-specific PKG_BUILD_DIR

The batman-adv Makefile set a PKG_BUILD_DIR outside of KERNEL_BUILD_DIR;
this could lead to batman-adv not being rebuilt when switching targets and
thus kernel configurations. This resulted in ABI mismatches and
occasionally broke the build with messages like the following:

    Package kmod-batman-adv is missing dependencies for the following libraries:
    crc16.ko

Instead of setting a better PKG_BUILD_DIR ourselves, we can just remove
the explicit PKG_BUILD_DIR definition and include kernel.mk before
package.mk to get the default definition used by other kernel module
packages.

Reported-by: David Lutz <kpanic@hirnduenger.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years agoMerge pull request #263 from gabri94/master
Bastian Bittorf [Thu, 26 Jan 2017 14:26:42 +0000 (15:26 +0100)]
Merge pull request #263 from gabri94/master

Add Prince to openwrt-routing

7 years agoChanged description 263/head
Gabriel [Thu, 26 Jan 2017 00:21:17 +0000 (01:21 +0100)]
Changed description

7 years agoadded install
Gabriel [Wed, 25 Jan 2017 22:33:28 +0000 (23:33 +0100)]
added install

7 years agofixup! fixup! addedd poprouting makefile
Gabriel [Wed, 25 Jan 2017 20:58:08 +0000 (21:58 +0100)]
fixup! fixup! addedd poprouting makefile

7 years agofixup! addedd poprouting makefile
Gabriel [Wed, 25 Jan 2017 20:50:27 +0000 (21:50 +0100)]
fixup! addedd poprouting makefile

7 years agoaddedd poprouting makefile
Gabriel [Wed, 25 Jan 2017 20:48:06 +0000 (21:48 +0100)]
addedd poprouting makefile

7 years agovis: Provide PKG_MIRROR_HASH for LEDE mirror download 261/head
Sven Eckelmann [Wed, 25 Jan 2017 08:51:44 +0000 (09:51 +0100)]
vis: Provide PKG_MIRROR_HASH for LEDE mirror download

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatmand: Provide PKG_MIRROR_HASH for LEDE mirror download
Sven Eckelmann [Wed, 25 Jan 2017 08:51:44 +0000 (09:51 +0100)]
batmand: Provide PKG_MIRROR_HASH for LEDE mirror download

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agoMerge pull request #258 from jow-/ndppd-compile-fix
Gabriel Kerneis [Mon, 23 Jan 2017 20:49:51 +0000 (21:49 +0100)]
Merge pull request #258 from jow-/ndppd-compile-fix

ndppd: fix compilation with modern gcc

7 years agobatmand: Use git repository to retrieve sources
Sven Eckelmann [Wed, 18 Jan 2017 12:34:16 +0000 (13:34 +0100)]
batmand: Use git repository to retrieve sources

The current package is build around the subversion repository which does
not exist anymore. The package can therefore be moved to the git repository
to have an official source for the revision used in OpenWrt.

The SVN version of batman r1439 was actually r1435. The git export of revision
r1435 is referenced by this commit. The version number was only increased
to 1440 to create a new source tarball. SVN revision r1440 is not a commit
for batman and therefore no code changes in batman was done in r1440.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agovis: Extract vis package from batmand
Sven Eckelmann [Wed, 18 Jan 2017 12:05:51 +0000 (13:05 +0100)]
vis: Extract vis package from batmand

The batmand and vis sources are actually stored in two different
repositories. It therefore makes more sense to have these two packages also
split in two different OpenWrt packages. This also allows to get the vis
sources directly from the git repository.

The SVN version of vis r1439 was actually r1346. The git export of revision
r1346 is referenced by this commit.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatmand: Switch upstream URL to HTTPS
Sven Eckelmann [Wed, 18 Jan 2017 11:59:53 +0000 (12:59 +0100)]
batmand: Switch upstream URL to HTTPS

The open-mesh.org server is not serving plain HTTP pages since a while.
Updating the default URL to https is therefore prefered.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatctl: Change maintainer to Simon Wunderlich
Sven Eckelmann [Mon, 23 Jan 2017 17:59:17 +0000 (18:59 +0100)]
batctl: Change maintainer to Simon Wunderlich

Marek Lindner forwarded all recent requests regarding the package changes
to Simon. He also asked that further changes should be handled directly
without waiting for him.

Simon Wunderlich already has write access to the repository and is
therefore well prepared to take over the role of the maintainer.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: Change maintainer to Simon Wunderlich
Sven Eckelmann [Mon, 23 Jan 2017 17:59:17 +0000 (18:59 +0100)]
batman-adv: Change maintainer to Simon Wunderlich

Marek Lindner forwarded all recent requests regarding the package changes
to Simon. He also asked that further changes should be handled directly
without waiting for him.

Simon Wunderlich already has write access to the repository and is
therefore well prepared to take over the role of the maintainer.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatmand: Replace maintainer with Elektra
Sven Eckelmann [Wed, 18 Jan 2017 12:01:20 +0000 (13:01 +0100)]
batmand: Replace maintainer with Elektra

The mail address for Marek Lindner was not up to date. Marek was also not
maintaining this package and was forwarding requests to Elektra:

  "Elektra is the maintainer for batmand. I'd rather not interfere."

https://github.com/openwrt-routing/packages/pull/134#issuecomment-236346560

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agoMerge pull request #259 from jow-/batmand-fix-package
Simon Wunderlich [Wed, 18 Jan 2017 09:46:04 +0000 (10:46 +0100)]
Merge pull request #259 from jow-/batmand-fix-package

batmand: switch to tarball download, fix build with musl libc

7 years agobatmand: switch to tarball download, fix build with musl libc 259/head
Jo-Philipp Wich [Wed, 18 Jan 2017 01:45:18 +0000 (02:45 +0100)]
batmand: switch to tarball download, fix build with musl libc

Since the upstream SVN repository is not available anymore, update the
Makefile to fetch tarballs cached by the LEDE or OpenWrt projects instead.

Also add a missing -D_GNU_SOURCE to the target flags to fix compilation
with musl libc.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agondppd: fix compilation with modern gcc 258/head
Jo-Philipp Wich [Wed, 18 Jan 2017 00:57:17 +0000 (01:57 +0100)]
ndppd: fix compilation with modern gcc

Import upstream commit "f19fa4b Fix a cast so it can be compiled with gcc-6"
in order to fix building ndppd with recent gcc versions.

Fixes the following error spotted by the build bots:

    src/iface.cc: In static member function 'static ndppd::ptr<ndppd::iface> ndppd::iface::open_pfd(const string&)':
    src/iface.cc:153:5: error: narrowing conversion of '-1' from 'int' to '__u32 {aka unsigned int}' inside { } [-Wnarrowing]

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #256 from SvenRoederer/olsr_fix_empty-line
Bastian Bittorf [Mon, 16 Jan 2017 13:07:09 +0000 (14:07 +0100)]
Merge pull request #256 from SvenRoederer/olsr_fix_empty-line

olsrd: Makefile - remove empty line

7 years agoMerge pull request #253 from SvenRoederer/olsrd/remove-6and4
Bastian Bittorf [Mon, 16 Jan 2017 12:48:11 +0000 (13:48 +0100)]
Merge pull request #253 from SvenRoederer/olsrd/remove-6and4

Olsrd: remove 6and4 backward compatibility

7 years agoMerge pull request #247 from Noltari/bird-next
zorun [Mon, 16 Jan 2017 09:38:50 +0000 (10:38 +0100)]
Merge pull request #247 from Noltari/bird-next

bird: update to v1.6.3

7 years agoolsrd: Makefile - remove empty line 256/head
Sven Roederer [Sun, 15 Jan 2017 17:04:43 +0000 (18:04 +0100)]
olsrd: Makefile - remove empty line

doesn't look like it intended

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
7 years agoMerge pull request #255 from zorun/babeld_drop_compat
zorun [Sun, 15 Jan 2017 23:19:58 +0000 (00:19 +0100)]
Merge pull request #255 from zorun/babeld_drop_compat

babeld: Cleanup old compatibility code in initscript

7 years agobabeld: Cleanup old compatibility code in initscript 255/head
Baptiste Jonglez [Sun, 15 Jan 2017 22:33:32 +0000 (23:33 +0100)]
babeld: Cleanup old compatibility code in initscript

It makes the init script more readable.  It has been more than two years
since babeld 1.5.1, let's hope nobody is still using the old
(undocumented) option names.

Incidentally, this commit fixes support for the "conf_dir" option,
introduced by ac643416dc ("babeld: allow changing alternative
configuration file and directory").  The default value of $OTHERCONFIGDIR
was always used, because the variable was used *before* it was (possibly)
redefined when parsing the UCI config.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoolsrd: init: updated (c)-year to 2017 253/head
root [Sun, 15 Jan 2017 11:51:43 +0000 (11:51 +0000)]
olsrd: init: updated (c)-year to 2017

7 years agoolsrd: remove deprecated 6and4 compatibility
Sven Roederer [Sat, 14 Jan 2017 05:03:50 +0000 (06:03 +0100)]
olsrd: remove deprecated 6and4 compatibility

It's announced since several years, that such setups (one
olsrd running IPv4 and IPv6) will no be supported anymore.

See 4b06c42f97a0d45eaf41a42c065c2dba4d643408
(olsrd: splitting IPv6/4 configuration and start scripts)

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
7 years agoMerge pull request #252 from zorun/babeld_maintainer
zorun [Thu, 12 Jan 2017 22:12:01 +0000 (23:12 +0100)]
Merge pull request #252 from zorun/babeld_maintainer

babeld: Add myself as maintainer

7 years agobabeld: Add myself as maintainer 252/head
Baptiste Jonglez [Thu, 12 Jan 2017 22:09:30 +0000 (23:09 +0100)]
babeld: Add myself as maintainer

Also update my email address in the main MAINTAINERS file.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #250 from zorun/babeld_procd_v2
zorun [Thu, 12 Jan 2017 20:45:59 +0000 (21:45 +0100)]
Merge pull request #250 from zorun/babeld_procd_v2

babeld: Add procd support and other fixes

7 years agoMerge pull request #243 from ecsv/batman-adv-2016.5
Simon Wunderlich [Wed, 11 Jan 2017 20:08:58 +0000 (21:08 +0100)]
Merge pull request #243 from ecsv/batman-adv-2016.5

batman-adv 2016.5

7 years agobmx7: bump src code including mbedtls.2.4.0 support and compatibility CV21
Axel Neumann [Wed, 11 Jan 2017 00:17:33 +0000 (01:17 +0100)]
bmx7: bump src code including mbedtls.2.4.0 support and compatibility CV21

7 years agobabeld: Update project URL again… 250/head
Baptiste Jonglez [Mon, 9 Jan 2017 16:12:19 +0000 (17:12 +0100)]
babeld: Update project URL again…

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agobabeld: Bump PKG_RELEASE because of procd support
Baptiste Jonglez [Mon, 9 Jan 2017 16:11:58 +0000 (17:11 +0100)]
babeld: Bump PKG_RELEASE because of procd support

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agobabeld: add dynamic config files to the procd watch list
Baptiste Jonglez [Mon, 9 Jan 2017 16:07:40 +0000 (17:07 +0100)]
babeld: add dynamic config files to the procd watch list

This way, "/etc/init.d/babeld reload" will detect when one of these
dynamic config files has changed, and restart babeld only if that is the
case.

Dynamic config files where introduced by 82d9002689 ("babeld: add support
for dynamic config files").

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agobabeld: Properly quote variables
Baptiste Jonglez [Mon, 9 Jan 2017 15:05:03 +0000 (16:05 +0100)]
babeld: Properly quote variables

This was mostly introduced by 82d9002689 ("babeld: add support for dynamic
config files").

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agobabeld: Log to the system log instead of logging to a file
Baptiste Jonglez [Mon, 9 Jan 2017 14:42:58 +0000 (15:42 +0100)]
babeld: Log to the system log instead of logging to a file

This avoids running out of flash or RAM space if babeld logs too much.
The system log is stored on RAM by default and has a controlled size.

It is still possible to tell babeld to log to a file, by using the
following in /etc/config/babeld:

    config general
        option log_file "/var/log/babeld.log"

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agobabeld: procd support
Imuli [Tue, 16 Sep 2014 15:07:41 +0000 (11:07 -0400)]
babeld: procd support

note: dependant on openwrt commit 85fabd68, adding support for null arguments.

7 years agoMerge pull request #249 from diizzyy/patch-2
Markus Stenberg [Mon, 9 Jan 2017 11:49:55 +0000 (13:49 +0200)]
Merge pull request #249 from diizzyy/patch-2

miniupnpd: Update to 2.0.20161216

7 years agominiupnpd: Update to 2.0.20161216 249/head
Daniel Engberg [Mon, 9 Jan 2017 10:44:27 +0000 (11:44 +0100)]
miniupnpd: Update to 2.0.20161216

Enable IGDv2 as v1 Device DCPs were deprecated as of March 30, 2015
Source: http://upnp.org/specs/gw/igd2

Enable port in use check

Patches are originally from the FreeBSD Ports repo and refreshed for this repo.
Source: https://svnweb.freebsd.org/ports/head/net/miniupnpd/files/

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #246 from SvenRoederer/fix/compile-warning
Bastian Bittorf [Wed, 4 Jan 2017 17:38:20 +0000 (18:38 +0100)]
Merge pull request #246 from SvenRoederer/fix/compile-warning

olsrd: disable compiler-warning "missing-include-dirs"

7 years agobird: update to v1.6.3 247/head
Álvaro Fernández Rojas [Tue, 27 Dec 2016 17:04:47 +0000 (18:04 +0100)]
bird: update to v1.6.3

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agoMerge pull request #245 from christf/christf_bump_babeld_to_1.8
zorun [Thu, 22 Dec 2016 21:44:48 +0000 (22:44 +0100)]
Merge pull request #245 from christf/christf_bump_babeld_to_1.8

babeld: update to version 1.8 which is compatible to 1.7.1

7 years agobabeld: update to version 1.8 which is compatible to 1.7.1 245/head
Christof Schulze [Wed, 21 Dec 2016 20:39:31 +0000 (21:39 +0100)]
babeld: update to version 1.8 which is compatible to 1.7.1

Signed-off-by: Christof Schulze <christof.schulze@gmx.net>
7 years agoolsrd: disale compiler-warning "missing-include-dirs" 246/head
Sven Roederer [Thu, 22 Dec 2016 11:32:55 +0000 (12:32 +0100)]
olsrd: disale compiler-warning "missing-include-dirs"

remove this warning as it fails to build for the nmealib with missing
"staging_dir/target-mipsel_24kc_musl-1.1.15/include" from buildenv

7 years agoolsrd: disable parallel build and swap a dependency order, should fix buildbot
Bastian Bittorf [Sun, 18 Dec 2016 20:39:05 +0000 (21:39 +0100)]
olsrd: disable parallel build and swap a dependency order, should fix buildbot

7 years agoolsrd: plugins: pud: fix missing dependency for libgps
Bastian Bittorf [Fri, 16 Dec 2016 16:14:09 +0000 (17:14 +0100)]
olsrd: plugins: pud: fix missing dependency for libgps

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
7 years agoMerge pull request #242 from freifunk-leipzig/master
Bastian Bittorf [Fri, 16 Dec 2016 14:59:29 +0000 (15:59 +0100)]
Merge pull request #242 from freifunk-leipzig/master

olsrd: new version number 0.9.5 and new netjson plugin
(for now it needs manually selected the libgps-dependency, which gets fixed in the next commit)

7 years agoalfred: upgrade package to latest release 2016.5 243/head
Sven Eckelmann [Sun, 11 Dec 2016 14:10:30 +0000 (15:10 +0100)]
alfred: upgrade package to latest release 2016.5

 * support interface validity checks on systems without debugfs
 * remove debugfs check during batadv-vis startup
 * allow out-of-order txend packets during transmissions

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatctl: upgrade package to latest release 2016.5
Sven Eckelmann [Sun, 11 Dec 2016 14:07:19 +0000 (15:07 +0100)]
batctl: upgrade package to latest release 2016.5

 * reimplement traceroute/ping commands in userspace without debugfs
 * switch interface manipulation from (legacy) sysfs to rtnetlink
 * coding style cleanups

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: upgrade package to latest release 2016.5
Sven Eckelmann [Sun, 11 Dec 2016 14:04:33 +0000 (15:04 +0100)]
batman-adv: upgrade package to latest release 2016.5

 * support latest kernels (3.2 - 4.10)
 * change installation path back to $INSTALL_MOD_DIR/updates/net/batman-adv
 * add simple (re)broadcast avoidance
 * reduce multicast TT and TVLV update delays under B.A.T.M.A.N. V
 * support B.A.T.M.A.N. V throughput detection when using VLANs on top of WiFi
 * improve documentation of sysfs and debugfs files
 * coding style cleanups and refactoring
 * bugs squashed:
   - detect missing primaryif during tp_send as error
   - fix re-adding of previously removed interfaces via rtnetlink
   - fix rare race conditions on interface removal
   - handle allocation error when generating TT responses

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agoolsrd: add netjson plugin 242/head
FreifunkUFO [Wed, 7 Dec 2016 13:29:04 +0000 (14:29 +0100)]
olsrd: add netjson plugin

netjson plugin added

7 years agoMerge pull request #241 from ecsv/batman-adv-2016.4-maint-2016-10-29
lindnermarek [Sun, 4 Dec 2016 01:38:37 +0000 (09:38 +0800)]
Merge pull request #241 from ecsv/batman-adv-2016.4-maint-2016-10-29

batman-adv: add patches from 2016.4-maint 2016-12-02

7 years agobatman-adv: Add get_link_net compat code for Linux < 4.0.0 241/head
Sven Eckelmann [Wed, 30 Nov 2016 10:54:46 +0000 (11:54 +0100)]
batman-adv: Add get_link_net compat code for Linux < 4.0.0

LEDE is still using Linux 3.18 on some systems. Allow to build batman-adv
for it by not checking the netns of a possible netdev link during the
batadv-on-batadv check.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: add patches from 2016.4-maint 2016-12-02
Sven Eckelmann [Wed, 30 Nov 2016 08:47:47 +0000 (09:47 +0100)]
batman-adv: add patches from 2016.4-maint 2016-12-02

 * batman-adv: Install module in $INSTALL_MOD_DIR/updates/net/batman-adv
 * batman-adv: Revert "fix splat on disabling an interface"
 * batman-adv: Detect missing primaryif during tp_send as error
 * batman-adv: Check for alloc errors when preparing TT local data

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agoMerge branch 'master' of https://github.com/openwrt-routing/packages
Moritz Warning [Tue, 1 Nov 2016 01:14:49 +0000 (02:14 +0100)]
Merge branch 'master' of https://github.com/openwrt-routing/packages

7 years agonodogsplash: wait for interface to appear
Moritz Warning [Tue, 1 Nov 2016 01:13:49 +0000 (02:13 +0100)]
nodogsplash: wait for interface to appear

7 years agoMerge pull request #238 from ecsv/batman-adv-2016.4
lindnermarek [Sun, 30 Oct 2016 12:01:44 +0000 (20:01 +0800)]
Merge pull request #238 from ecsv/batman-adv-2016.4

batman-adv 2016.4

7 years agoquagga: Bump to v1.1.0
Vasilis Tsiligiannis [Sat, 29 Oct 2016 14:06:18 +0000 (17:06 +0300)]
quagga: Bump to v1.1.0

- Fix dependencies to 'libzebra'
- Drop support for 'babeld' daemon
- Drop support for extra MANET protocols
- Refresh patches

7 years agoalfred: upgrade package to latest release 2016.4 238/head
Sven Eckelmann [Fri, 28 Oct 2016 07:50:00 +0000 (09:50 +0200)]
alfred: upgrade package to latest release 2016.4

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatctl: upgrade package to latest release 2016.4
Sven Eckelmann [Fri, 28 Oct 2016 07:46:15 +0000 (09:46 +0200)]
batctl: upgrade package to latest release 2016.4

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: upgrade package to latest release 2016.4
Sven Eckelmann [Fri, 30 Sep 2016 08:10:51 +0000 (10:10 +0200)]
batman-adv: upgrade package to latest release 2016.4

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agoMerge pull request #234 from HRogge/master
Bastian Bittorf [Fri, 21 Oct 2016 11:00:45 +0000 (13:00 +0200)]
Merge pull request #234 from HRogge/master

Update to OONF version 0.13.0

7 years agoUpdate to OONF version 0.13.0 234/head
Henning Rogge [Fri, 21 Oct 2016 10:50:17 +0000 (12:50 +0200)]
Update to OONF version 0.13.0

7 years agoMerge pull request #232 from Noltari/bird-next
Jo-Philipp Wich [Wed, 5 Oct 2016 09:29:00 +0000 (11:29 +0200)]
Merge pull request #232 from Noltari/bird-next

bird: update to v1.6.2

7 years agobird: update to v1.6.2 232/head
Álvaro Fernández Rojas [Wed, 28 Sep 2016 16:15:43 +0000 (18:15 +0200)]
bird: update to v1.6.2

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agoMerge pull request #233 from hnyman/m-fix
Markus Stenberg [Fri, 30 Sep 2016 09:12:42 +0000 (12:12 +0300)]
Merge pull request #233 from hnyman/m-fix

miniupnpd: fix local variables in hotplug script, change startup priority slightly

7 years agoalfred: upgrade package to latest release 2016.3 226/head
Sven Eckelmann [Thu, 1 Sep 2016 17:42:20 +0000 (19:42 +0200)]
alfred: upgrade package to latest release 2016.3

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatctl: upgrade package to latest release 2016.3
Sven Eckelmann [Thu, 1 Sep 2016 17:20:54 +0000 (19:20 +0200)]
batctl: upgrade package to latest release 2016.3

Signed-off-by: Sven Eckelmann <sven@narfation.org>