Commit graph

1357 commits

Author SHA1 Message Date
Henning Rogge
4c7624017c Update 0.14.1 release 2017-06-09 15:28:43 +02:00
Henning Rogge
565cd8d4f9 v0.14.1 2017-06-08 20:27:17 +02:00
Henning Rogge
560504b852 Control build type by CONFIG_DEBUG option 2017-06-08 19:06:40 +02:00
Henning Rogge
5a9cd902ab Fix http plugin option for olsrd2 2017-06-08 12:40:44 +02:00
Jo-Philipp Wich
754e652061 Merge pull request #298 from dedeckeh/pr_nat46_xlat
Rework 464xlat
2017-06-08 11:19:21 +02:00
Henning Rogge
cfb3e95251 Allow HTTP Plugin 2017-06-07 21:49:05 +02:00
Ferry Huberts
15e50466fb olsrd: pud: does not depend on ncurses
BTW According to Matthias there is no ncurses package either way!

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
2017-06-07 10:17:21 +01:00
Henning Rogge
71d0a0b58a Add v0.14.0 OONF 2017-06-06 16:48:53 +02:00
Florian Fainelli
b09c768149 ohybridproxy: Properly search for libubox/utils.h
Fixes build error with external toolchains:

/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/ohybridproxy-2016-06-28-8a28ae92c97099e771c9ede5641e3782ae809c27/src/util.h:32:27:
fatal error: libubox/utils.h: No such file or directory
 #include <libubox/utils.h>
                           ^
compilation terminated.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 17:57:40 -07:00
Florian Fainelli
6ad08f74da poprouting: Fix build with external toolchains
The Makefile would not consistently honour CFLAGS or LDFLAGS, and we
were not correctly setting them in the OpenWrt/LEDE Makefile either.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 17:40:10 -07:00
Florian Fainelli
c57701f439 poprouting: Fix package macro
Remove tabs, remove spaces, and remove MENU:=0 (the default)

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 17:23:05 -07:00
Hans Dedecker
eba05ae682 464xlat: add ip rule logic in the proto shell handler
Integrate ip rule support for the prelocal routing table lookup in the 464xlat
proto shell handler as netifd does not install anymore an ip rule for the prelocal
routing table.
The prelocal routing table ip rule needs to be installed before the local routing
table ip rule so the 464xlat traffic with as destination the IPv6 anycast address
is routed to the nat46 module otherwise the traffic will be dropped in the IPv6
local table.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-06-02 15:39:17 +02:00
Hans Dedecker
126c228513 464xlat: fix white space errors
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-06-02 15:36:25 +02:00
Hans Dedecker
04843f4234 464xlat: rework process id write logic
Write the process id in the pid file immediately after the 464xlat pid file has
been openend. Before the process id was written when the parent process exits
leaving a window where no valid process id was in place in the 464xlat pid file.
This lead to issues if the 464xlat utility was launched to terminate a running
464xlat utility as it could possibly terminate a random process.
If the parent process exits the pid file is updated with the process id of the
forked 464xlat utility.
Also rework the signal handling of SIGTERM so the running 464xlat utility is
correctly terminated.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-06-02 15:34:06 +02:00
Markus Stenberg
6e4c94a912 Merge pull request #297 from diizzyy/patch-3
miniupnpd: Update to 2.0.20170421
2017-05-31 15:03:48 +03:00
Daniel Engberg
1d5b485138 miniupnpd: Update to 2.0.20170421
Update miniupnpd to 2.0.20170421

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-05-31 12:33:40 +02:00
Simon Wunderlich
8d9d70510b Merge pull request #296 from ecsv/batadv-2017.1
batman-adv 2017.1
2017-05-29 09:29:00 +02:00
Sven Eckelmann
d036bcf643 batctl: upgrade package to latest release 2017.1
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-05-25 17:07:29 +02:00
Sven Eckelmann
ed2d6ae959 alfred: upgrade package to latest release 2017.1
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-05-25 17:05:41 +02:00
Sven Eckelmann
e7ccf38057 batman-adv: upgrade package to latest release 2017.1
* support latest kernels (3.2 - 4.12)
 * bridge loop avoidance improvements for various corner cases
 * reduction of maximum fragment size
 * coding style cleanups and refactoring
 * bugs squashed:
   - fix rx packet/bytes stats on local DAT ARP reply

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-05-25 17:02:31 +02:00
Jo-Philipp Wich
eb02edab59 Merge pull request #295 from dedeckeh/pr_nat46_map
nat46: improve 1:1 map share ratio support
2017-05-18 10:07:07 +02:00
Hans Dedecker
51d732e30c nat46: add PKG_MIRROR_HASH
Provide PKG_MIRROR_HASH for LEDE download mirror

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-05-17 22:20:07 +02:00
Moritz Warning
5ab3806949 Merge pull request #294 from mwarning/update-nodogsplash
nodogsplash: update to version 1.0.2
2017-05-16 22:20:49 +02:00
Hans Dedecker
b011e65d25 nat46: improve 1:1 map share ratio support
683fbd2 nat46-core: code clean-up
09df268 nat46-core: extend portless protocol support in 1:1 share ratio

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-05-16 09:58:26 +02:00
Moritz Warning
93468c3f5f nodogsplash: idletimeout => clientidletimeout (fixes #292)
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-05-16 00:25:23 +02:00
Moritz Warning
79ab503131 nodogsplash: update to version 1.0.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-05-16 00:01:57 +02:00
Pau Escrich
2a10adeee5 luci-app-bmx6: replace dependency of luci-mod-admin-full for luci-base
Signed-off-by: Pau Escrich <p4u@dabax.net>
2017-04-26 14:24:44 +02:00
Pau Escrich
3aa019fc19 luci-app-bmx6: remove '$' as identifier for special json functions
Signed-off-by: Pau Escrich <p4u@dabax.net>
2017-03-29 03:01:39 +02:00
Gui Iribarren
7b851e5f19 alfred: bat-hosts.lua: 'alfred -r' can fail with no output, so retry 3 times
Signed-off-by: Gui Iribarren <gui@altermundi.net>
2017-03-28 16:41:13 -03:00
Pau Escrich
e912da6625 luci-app-bmx: Redesign Makefile. Split JS libraries. Clean package
Add luci-lib-jquery-1-4 and luci-lib-dracula packages. Remove unused library Curry.

Signed-off-by: Pau Escrich <p4u@dabax.net>
2017-03-26 03:15:06 +02:00
Gui Iribarren
a3972affe7 bmx6: migrate init.d script to procd syntax
Signed-off-by: Gui Iribarren <gui@altermundi.net>
2017-03-25 21:41:57 -03:00
Pau Escrich
eed409365f bmx6: bump to last version (include dbgMuteTimeout fix)
Signed-off-by: Pau Escrich <p4u@dabax.net>
2017-03-23 23:29:38 +01:00
Nicolas Pace
1bc988c09c Polishes bmx6 graph. Adds colors by network and gives color to links based on link quality. 2017-03-23 23:29:38 +01:00
Pau Escrich
9646815e7d luci-app-bmx6: add new methods to bmx6-info and clean/sanityze the code
Signed-off-by: Pau Escrich <p4u@dabax.net>
2017-03-23 23:29:38 +01:00
Simon Wunderlich
a881d5d4a6 Merge pull request #282 from ecsv/batadv-2017.0
batman-adv 2017.0
2017-03-05 17:49:46 +01:00
Saverio Proto
c1b0d8e36f MAINTAINERS: updated email addresses 2017-03-04 22:31:52 +01:00
Saverio Proto
8a75154cdc Merge pull request #283 from gabri94/master
Prince v0.3.1
2017-03-04 21:57:06 +01:00
Gabriel
a377a065f4 fixed +PKG_RELEASE 2017-03-04 21:52:29 +01:00
Sven Eckelmann
1c0419755d batman-adv: Add bugfixes for 2017.0.1
* batman-adv: average: change to declare precision, not factor
 * batman-adv: Keep fragments equally sized
 * batman-adv: Initialize gw sel_class via batadv_algo

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-03-04 17:49:18 +01:00
Gabriel
50560d22db Makefile for v0.3.1 2017-03-04 17:17:22 +01:00
gabri94
aa6c4711cd Symbolic Version number 2017-03-02 18:06:47 +01:00
gabri94
7da2bbccc0 compile v0.3 2017-03-02 12:55:11 +01:00
gabri94
1eccf0ec67 New makefile for prince v0.3 2017-03-01 09:23:48 +01:00
Sven Eckelmann
bc114d5acb alfred: upgrade package to latest release 2017.0
* support IPv4 multicast distribution
 * coding style cleanups

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-02-28 19:35:09 +01:00
Sven Eckelmann
62f4fa6ee4 batctl: upgrade package to latest release 2017.0
* remove root check for read-only sysfs and rtnl functionality
 * coding style cleanups
 * bugs squashed:
   - fix check for root privileges when started under modified effective
     uid

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-02-28 19:35:09 +01:00
Sven Eckelmann
f5b1fe1a60 batman-adv: upgrade package to latest release 2017.0
* support latest kernels (3.2 - 4.11)
 * remove bridge loop avoidance addresses from translation table
 * allow to build B.A.T.M.A.N. V without cfg80211 integration on Linux <
 * 3.16
 * coding style cleanups and refactoring
 * bugs squashed:
   - fix interface reference counter on fragmentation errors
   - avoid double free on fragment merge error
   - fix support for up to 16 fragments
   - fix build of multicast compatibility code on some architectures

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-02-28 19:35:09 +01:00
Simon Wunderlich
3f48ed92d0 Merge pull request #279 from ecsv/batadv-maint
batman-adv: add patches from 2016.5-maint 2017-02-21
2017-02-28 17:12:02 +01:00
Stefan Peter
91e76a2f56 mcproxy: remove pedantic flag to allow compilation with musl
Signed-off-by: Stefan Peter <s.peter@mpl.ch>
2017-02-27 10:05:34 +01:00
Sven Eckelmann
0a4df2c301 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>
2017-02-26 15:17:46 +01:00
Bastian Bittorf
2a5a5e1837 olsrd: find_most_recent_plugin_libary() fix sorting 2017-02-24 15:12:19 +01:00