1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-13 10:49:15 +02:00
Commit Graph

570 Commits

Author SHA1 Message Date
Axel Neumann
e720d2fb77 [bmx6] update to master-tip 8b0585e 2014-05-23 16:22:51 +02:00
Pau
bc2a7685c2 Merge pull request #29 from rogerpueyo/master
[luci-app-bmx6]: fix status page
2014-05-22 19:08:31 +02:00
Roger Pueyo Centelles
986cb12646 [luci-app-bmx6]: fix status page 2014-05-22 19:02:50 +02:00
Saverio Proto
819d045ce3 olsrd: Oops, forgot to increase package release when patching at the Battlemesh :) 2014-05-20 08:24:47 +02:00
Moritz Warning
c866e0c9e3 use procd for nodogsplash, thanks @lynxis 2014-05-19 00:07:17 +02:00
Saverio Proto
a24c6cfa0f olsrd: jsoninfo: HTTP headers with CORS (if requested) 2014-05-17 19:10:12 +02:00
Saverio Proto
3fac54d01f olsrd: security fixes for olsrd plugins 2014-05-17 19:09:30 +02:00
Marek Lindner
c00eb4f16a batman-adv: upgrade package to latest release 2014.1.0
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2014-05-13 05:29:35 +08:00
Steven Barth
76b4294bde hnetd: some openwrt-integration and stability fixes 2014-05-04 10:49:36 +02:00
Dirk Neukirchen
39bab4b7c6 mcast-tools: fix linux/pim.h include
fix wrong struct in pim.h big endian case
it leads to compile error on ar71xx and other arch
Error was:
In file included from debug.c:71:0:
../include/linux/pim.h:14:3: error: expected specifier-qualifier-list before 'pim_type'
   pim_type:4;  /* PIM message type */
   ^
make[6]: *** [debug.o] Error 1

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2014-05-02 20:18:43 +02:00
sbyx
690f127cb6 Merge pull request #26 from Noltari/mcproxy-next
[mcproxy] Update to latest version.
2014-05-02 20:13:04 +02:00
Álvaro Fernández Rojas
1b7452314c [mcproxy] Update to latest version. 2014-05-02 19:16:23 +02:00
Markus Stenberg
857c9e09ff hnetd: Updated with better service discovery support (especially 1 router case) 2014-04-23 16:08:26 +03:00
Jo-Philipp Wich
d2c996ddfc Merge pull request #23 from Noltari/bird-next
[bird] Update to version 1.4.2.
2014-04-19 15:27:25 +00:00
Álvaro Fernández Rojas
b9b89377ed [bird] Update to version 1.4.3. 2014-04-19 16:23:12 +02:00
Steven Barth
1ec071fac2 hnetd: fix segfault in yesterday's version *sigh* 2014-04-17 08:45:12 +02:00
Steven Barth
132a4a4dd1 hnetd: add support for guest mode + stability fixes 2014-04-16 22:26:20 +02:00
Steven Barth
d7da70b59b hnetd: bump for various fixes 2014-04-14 23:46:22 +02:00
Steven Barth
c0eb80e736 mcast-tools: add initial port 2014-04-10 19:03:29 +02:00
Steven Barth
4dd022ad96 hnetd: various stability fixes 2014-04-10 12:06:55 +02:00
Marek Lindner
73764a009f batman-adv: add support for the isolation_mark option
With the introduction of the Extended Isolation component[1]
a new option is required by batman-adv: the isolation_mark.
This patch adds support for it in the configuration file

[1] http://www.open-mesh.org/projects/batman-adv/wiki/Extended-isolation

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2014-04-06 21:51:04 +08:00
sbyx
0639c7831e Merge pull request #24 from Noltari/mcproxy-next
[mcproxy] Fixes, cleanups and updates.
2014-04-05 14:49:53 +02:00
Álvaro Fernández Rojas
983c205bec [mcproxy] Add sourcefilter only for uClibc. 2014-04-05 14:21:28 +02:00
Álvaro Fernández Rojas
0e39fefd7f [mcproxy] Split patches. 2014-04-05 14:15:16 +02:00
Álvaro Fernández Rojas
7682bd9039 [mcproxy] Update to latest version.
Avoid building for GCC 4.4 and GCC 4.6 (no c++11 support).
Move to routing and redirection menu.
Config cleanup (disable until configured, protocol info, example instances).
2014-04-05 14:00:31 +02:00
Álvaro Fernández Rojas
ea3697feef [bird] Update to version 1.4.2. 2014-04-05 13:25:15 +02:00
Marek Lindner
b905f3f159 batman-adv: 2014.1.0 bugfixes & stability updates
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2014-03-31 21:00:08 +08:00
Saverio Proto
33c13b7d06 olsrd: bugfix patch, Fix processing error for fragmented hellos 2014-03-31 13:59:11 +02:00
Markus Stenberg
3746332038 ohybridproxy: Updated to latest (fixes just single AAAA being returned if more available). 2014-03-31 13:54:04 +03:00
Steven Barth
8f98d53e1d mcproxy: add initial
Conflicts:

	mcproxy/Makefile
	mcproxy/files/mcproxy.conf
	mcproxy/files/mcproxy.init
2014-03-26 18:16:07 +01:00
Saverio Proto
55135990c0 Merge commit 'ad9d95cca240fa0edd8e033126877ec58ed848d8' 2014-03-26 18:05:26 +01:00
Saverio Proto
757163f475 Revert "mcproxy: add initial"
This reverts commit 4fd7d28f62.
2014-03-26 18:04:56 +01:00
Steven Barth
4fd7d28f62 mcproxy: add initial 2014-03-25 15:19:51 +01:00
Steven Barth
4f6d8f3a65 hnetd: Bump to latest 2014-03-25 14:16:12 +01:00
Simon Wunderlich
68edf28cf3 alfred: bump version to 2014.1.0
bump alfred to version 2014.1.0. From the CHANGELOG:

 * don't leak socket fd in batadv-vis

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2014-03-22 19:25:14 +01:00
Steven Barth
cfff966aa0 hnetd: fix ubus / libubox interaction 2014-03-21 21:52:45 +01:00
Álvaro Fernández Rojas
ad9d95cca2 [mcproxy] Add support for mcproxy v1.1.0. 2014-03-20 16:46:14 +01:00
Steven Barth
bca1c952e7 hnetd: bump version 2014-03-19 14:53:33 +01:00
Russell Senior
654615db01 olsrd: bump version to 0.6.6.1, remove redundant patch
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
2014-03-15 20:23:11 +01:00
Steven Barth
179f55280f mrd6: adopted from packages-feed 2014-03-14 09:21:45 +01:00
Marek Lindner
4602541204 batman-adv: upgrade package to latest release 2014.1.0
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2014-03-13 21:21:05 +08:00
Florian Fainelli
f8eb2bd807 Merge pull request #19 from ffainelli/master
ahcpd: fix build with ARM VFP toolchains
2014-03-12 15:27:51 -07:00
Axel Neumann
f357272e42 [bmx6] disable quagga plugin till fixed 2014-03-08 21:35:54 +01:00
Florian Fainelli
725ad74b67 ahcpd: fix build with ARM VFP toolchains
Building ahcpd for a ARM VFP enabled target will produce the following build
failure:

arm-openwrt-linux-uclibcgnueabi-gcc -Os -g -Wall
-L/exp00/fainelli/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi/usr/lib
-L/exp00/fainelli/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi/lib
-L/exp00/fainelli/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/usr/lib
-L/exp00/fainelli/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/lib
-o ahcpd ahcpd.o monotonic.o transport.o prefix.o configure.o config.o lease.o
-lrt
/exp00/fainelli/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/lib/gcc/arm-openwrt-linux-uclibcgnueabi/4.6.4/../../../../arm-openwrt-linux-uclibcgnueabi/bin/ld:
error: ahcpd uses VFP register arguments, ahcpd.o does not

fix this by making sure that TARGET_CFLAGS are correctly passed down to ahcpd's
Makefile and used as the compiler CFLAGS by using EXTRA_DEFINES.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-03-06 12:06:27 -08:00
Steven Barth
0b4d8ba883 hnetd: fix a segfault in ubus handling code 2014-03-05 18:25:35 +01:00
Axel Neumann
7919e15eab [bmx6] update 2014-03-01 21:32:42 +01:00
Steven Barth
b0d5ed7368 hnetd: improve postinst logic 2014-03-01 16:04:34 +01:00
Steven Barth
41ed16b7ad hnetd: remove some debug flags 2014-02-28 18:12:15 +01:00
Steven Barth
4988cbc735 hnetd: add hnetd package 2014-02-28 18:09:32 +01:00
Pau Escrich
6beba22a4d luci-app-bmx6: Fix topology graph with backwards compatibility
Signed-off-by: Pau Escrich <p4u@dabax.net>
2014-02-25 18:14:07 +01:00