Commit graph

857 commits

Author SHA1 Message Date
Steven Barth
ae65d4fe02 Merge pull request #133 from plntyk/fix_bird
bird: explicitly set C standard
2015-10-03 11:34:26 +02:00
Steven Barth
281209a1e4 Merge pull request #140 from openwrt-es/bird-next
bird: update to v1.5.0, add myself as maintaner
2015-10-03 11:34:06 +02:00
Álvaro Fernández Rojas
44c37a8482 bird: update to v1.5.0, add myself as maintaner
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-29 16:23:51 +02:00
Markus Stenberg
f4b5a5c608 hnetd: Depend on zonestitcher (the scripts supported it already). 2015-09-29 13:11:48 +03:00
Markus Stenberg
5a56f9451f ohybridproxy: Added zonestitcher sub-package.
Zonestitcher stitches multiple DNS zones into one, dynamically.
(e.g. query to A -> query B, C -> rewrite response back to A)
2015-09-29 13:11:01 +03:00
Markus Stenberg
441e537733 miniupnpd: Bump to latest. 2015-09-29 12:09:08 +03:00
Markus Stenberg
62103f4bc3 hnetd: Bump to account for mismatched PATHs in trunk (leads to problems with busybox <> non-busybox ip). 2015-09-29 12:08:51 +03:00
Saverio Proto
3b4de3e112 olsrd: bump to version 0.9.0.3 2015-09-21 12:34:09 +02:00
Markus Stenberg
b70ab6990a hnetd: Bump, use DDZ script, and remove the OpenWrt-specific scripts as they match the ones in git repository anyway for pcp and ohp. 2015-09-15 11:54:41 +03:00
Axel Neumann
70db9d7197 [bmx7] performance fixes 2015-09-11 20:16:37 +02:00
Bastian Bittorf
bfa32ae659 Merge pull request #136 from HRogge/master
update to v0.9.2
2015-09-09 01:40:35 +02:00
Markus Stenberg
ffd8bfab23 hnetd: Bump + removed rebind_protection disabling (as latest hnetd provides correct rebind-domain-ok option to dnsmasq dynamically). 2015-09-08 21:01:35 +03:00
Henning Rogge
ae62ce0642 update to v0.9.2 2015-09-08 18:25:55 +02:00
Marek Lindner
d34224e9f0 batman-adv: 2015.1 bugfixes & stability updates
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-09-06 16:53:06 +08:00
Markus Stenberg
444888b4bd hnetd: Now disable in dnsmasq both rebind_protection and boguspriv by default, so that IPv4 naming works 'as expected' with multiple routers without user configuration. 2015-09-02 12:35:37 +03:00
zorun
a845bb4b95 Merge pull request #132 from tcatm/babeld-config-lists
babeld: fix parsing of list import_table
2015-08-22 13:33:01 +02:00
Axel Neumann
9e7231781c update to latest bmx6-master branch (fix: ignore profiling probes if out of range) 2015-08-21 17:26:01 +02:00
Oryon
314186661d hnetd: Adding wifi autoconf PoC 2015-08-21 05:12:23 -07:00
Dirk Neukirchen
b7a256e71b bird: explicitly set C standard
fixes gcc5 compile

compile error was:
cf-lex.o: In function `add_tail':
cf-lex.c:(.text+0x2d1): multiple definition of `add_tail'
cf-parse.tab.o:cf-parse.tab.c:(.text+0x1f9): first defined here

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 10:45:05 +02:00
Oryon
cad0d08ade hnetd: Enable multicast support when pimbd is present 2015-08-18 08:42:48 -07:00
Oryon
600b9681a7 pimbd: First package release 2015-08-18 05:28:32 -07:00
Nils Schneider
234c9d97a6 babeld: fix parsing of list import_table
When parsing list options using config_load option_cb will be called
with additional options ending in _ITEM$x and _LENGTH. This ignores any
option containing _LENGTH or _ITEM as they can't possible be a valid
babeld option making a config like

    config general
        list import_table 23
        list import_table 42

work.

Signed-off-by: Nils Schneider <nils@nilsschneider.net>
2015-08-16 18:54:32 +02:00
Bastian Bittorf
de2eacac7f Merge pull request #115 from mmunz/master
make ipv6only plugin option boolean in init functions
2015-08-13 15:05:24 +02:00
Bastian Bittorf
91a8e522b0 Merge pull request #130 from HRogge/master
OONF Init temporary uci moved to /var/run
2015-08-13 14:53:13 +02:00
Henning Rogge
8878923d37 Move OONF temporary config to /var/run 2015-08-12 15:56:31 +02:00
Henning Rogge
00b3ec046d Merge remote-tracking branch 'openwrt/master' 2015-08-10 14:09:48 +02:00
Henning Rogge
b05d89c990 OONF Init script fix for the case that /var/etc does not exist 2015-08-10 13:52:08 +02:00
Axel Neumann
cfefe9fcca [bmx6] update to latest bmx6-master branch (fix rule corruption on the fly) 2015-08-07 20:42:49 +02:00
Axel Neumann
5bcc48d5d0 [bmx7] update to latest semtor-branch version 2015-08-07 13:33:59 +02:00
Bastian Bittorf
ae5f67a85f Merge pull request #125 from HRogge/master
Unified Openwrt startup scripts for OONF
2015-08-06 22:44:58 +02:00
Henning Rogge
2a34bedcec Unified Openwrt startup scripts for OONF 2015-08-06 21:59:14 +02:00
Steven Barth
15b6598e57 Merge pull request #116 from dedeckeh/master
nat46: Fix 464xlat interface teardown
2015-08-05 14:03:55 +02:00
Marek Lindner
7ddd4320c2 batctl: upgrade package to latest release 2015.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-08-05 03:00:59 +08:00
Marek Lindner
99a3f8dcb5 batman-adv: upgrade package to latest release 2015.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-08-05 03:00:59 +08:00
Simon Wunderlich
ad556e8759 alfred: bump version to 2015.1
From the CHANGELOG:

 * add support to run on interfaces with multiple link-local addresses
 * various code cleanups
 * bugs squashed:
   - reduce of maximum payload size to always fit into UDP datagrams

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2015-08-04 17:58:38 +02:00
Hans Dedecker
8e12b6fd3e nat46: Remove unnecessary 464xlat wan forwarding rule
Remove unnecessary 464xlat wan forwarding firewall rule with as
outgoing interface the 464xlat interface and as destination the
local IPv6 464xlat address as it's never hit.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-08-04 14:45:15 +02:00
Hans Dedecker
64ceee8d87 nat46: Fix 464xlat interface teardown
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-08-04 14:39:53 +02:00
Manuel Munz
67c4672c0d make ipv6only plugin option boolean. Without this, the value will be written as '0' or '1' to the generated configs while it should be 'no' or 'yes' 2015-08-01 20:11:39 +02:00
Bastian Bittorf
cf4ef34398 Merge pull request #114 from HRogge/master
Update to 0.9.1-r1 release for better openwrt startup script
2015-08-01 11:23:32 +02:00
Henning Rogge
8afb34944b Update to 0.9.1-r1 release for better openwrt startup script 2015-08-01 09:22:46 +02:00
Bastian Bittorf
3ff3335dd3 Merge pull request #113 from HRogge/master
OONF v0.9.1 bugfix release
2015-07-31 09:02:13 +02:00
Henning Rogge
333de9c12d Merge branch 'openwrt' 2015-07-31 09:00:17 +02:00
Henning Rogge
ba4f448870 Update to oonf v0.9.1 2015-07-31 08:55:51 +02:00
Bastian Bittorf
fe9edb30a0 Merge pull request #112 from HRogge/master
Update OONF packages to 0.9.0
2015-07-30 22:07:29 +02:00
Henning Rogge
793495fba3 Update OONF packages to 0.9.0 2015-07-30 17:03:16 +02:00
Steven Barth
c5a8562599 hnetd: bump and add tunneling support
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-28 12:06:43 +02:00
Axel Neumann
36efb8629f initial BMX7 package 2015-07-21 14:24:09 +02:00
Steven Barth
7d4e4fe21d miniupnpd: shorten OS name to silence SSDP warnings
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-15 08:28:32 +02:00
Steven Barth
6c78c2ac2c minimalist-pcpproxy: fix uci call in default-script
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-10 08:27:29 +02:00
Steven Barth
ba83ed3605 hnetd: fix issues on 32-bit platforms
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-10 08:27:29 +02:00