Pau Escrich [Fri, 10 Jan 2014 16:37:57 +0000 (17:37 +0100)]
luci-app-bmx6: Initialize tun6in6 variable and add further checks
Signed-off-by: Pau Escrich <p4u@dabax.net>
Bastian Bittorf [Sat, 4 Jan 2014 06:54:22 +0000 (07:54 +0100)]
olsrd: hotplug: changed a varname which broke in
3a1fd118833e8c6d341fde4ef99d31786c3614c9
Bastian Bittorf [Fri, 3 Jan 2014 20:00:45 +0000 (21:00 +0100)]
olsrd: hotplug: optimize execution-speed and simplify using already existing GLOBAL vars instead of encapsulating vars from function to function, cleanups and comments in source
Moritz Warning [Mon, 16 Dec 2013 20:53:00 +0000 (12:53 -0800)]
Merge pull request #12 from openwrt-routing/nds-optional-imq
nodogsplash: check if TrafficControl is enabled before testing imq module requirement.
Gui Iribarren [Fri, 13 Dec 2013 19:05:26 +0000 (16:05 -0300)]
alfred: workaround race condition when batmanif is not ready at boot time
Wait up to 30 seconds during init.d script on boot, so that batmanif can
come up. If the timeout is reached, the init.d script refuses to start
alfred and related daemons.
This prevents an alfred crash when it would start during early boot, before
batmanif is available. Instead, alfred is started as soon as batmanif appears,
if that happens during the 30-second window.
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Gui Iribarren [Fri, 13 Dec 2013 19:03:47 +0000 (16:03 -0300)]
alfred: fix batadv-vis invocation in init.d script
broken (wouldn't start, failing silently) since the following commit:
* "renamed vis to batadv-vis to avoid collisions with other vis binaries"
which renamed only some instances of the "vis" command
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Gui Iribarren [Sun, 15 Dec 2013 11:47:17 +0000 (08:47 -0300)]
nodogsplash: recognize yes, true or 1 as valid TrafficControl values
Gui Iribarren [Sun, 15 Dec 2013 11:31:50 +0000 (08:31 -0300)]
nodogsplash: check if TrafficControl is enabled before testing imq module requirement.
This avoids failing to start in current OpenWrt Attitude Adjustment and trunk,
which lack IMQ support (and WONTFIX). Suggested in the issue discussed in:
http://ml.ninux.org/pipermail/nodogsplash/2013-May/000009.html
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Bastian Bittorf [Sun, 24 Nov 2013 14:21:17 +0000 (15:21 +0100)]
olsrd: hotplug-script: take config-file as marker for 'init-script-was-already-invoked-once' and not the pidfile: the pidfile ist not written if the daemon couldnt startup, e.g. because no interface was up yet and 'AllowNoInt' was not configured - thanks to bluse-blue for reporting this issue on a WDR4900v1
Bastian Bittorf [Thu, 14 Nov 2013 08:36:08 +0000 (00:36 -0800)]
Merge pull request #10 from mmunz/upstream
Fix config creation for multiple LinkQualityMult entries in uci config
Gui Iribarren [Tue, 12 Nov 2013 19:28:46 +0000 (20:28 +0100)]
alfred: optionally bundle a lua script for generating a bat-hosts
Provide a lua script that uses alfred to propagate and collect all
interface mac + names, then generate a /tmp/bat-hosts file.
If there's already a (probably hand-made) /etc/bat-hosts it won't overwrite it,
but if there's none, it will symlink /etc/bat-hosts -> /tmp/bat-hosts
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Thanks-to: Joshua Head <joshua.head@outlook.com>
[sw@simonwunderlich.de: bumped release number]
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Manuel Munz [Tue, 12 Nov 2013 13:35:24 +0000 (14:35 +0100)]
Fix config creation for multiple LinkQualityMult entries in uci config
Bastian Bittorf [Mon, 11 Nov 2013 10:46:17 +0000 (11:46 +0100)]
olsrd: hotplug: dont test if daemon is enabled, but look for a written PID-file. this solves the issue, that hotplug fires multiple restarts during boot for each upcoming interface (e.g. lo, lan, wan, wifi1, wifi2) which is racy somehow, but leaves hotplug itself working after normal startup. also reduce forking by directly sourcing '/etc/init.d/olsrd' via rc.common
Pau Escrich [Fri, 1 Nov 2013 21:30:02 +0000 (22:30 +0100)]
luci-app-bmx6: show the IPv6 tunnels of bmx6 in the node's web page
Gabriel Kerneis [Mon, 28 Oct 2013 16:18:24 +0000 (16:18 +0000)]
ahcpd: migrate from openwrt/packages
Update maintainer email address
Signed-off-by: Gabriel Kerneis <gabriel@kerneis.info>
Gabriel Kerneis [Mon, 28 Oct 2013 16:16:56 +0000 (16:16 +0000)]
babeld: migrate from openwrt/packages
- Update maintainer email address
- Wait for babel to die in init script (avoid race-condition on restart)
Signed-off-by: Gabriel Kerneis <gabriel@kerneis.info>
Gabriel Kerneis [Mon, 27 May 2013 05:48:05 +0000 (06:48 +0100)]
ndppd: new upstream release 0.2.3
Also update maintainer email address and cherry-pick commit
00da8bf to
prevent daemonizing before reading the configuration file.
Signed-off-by: Gabriel Kerneis <gabriel@kerneis.info>
Simon Wunderlich [Tue, 22 Oct 2013 23:30:22 +0000 (01:30 +0200)]
alfred: bump version to 2013.4.0
bump alfred to version 2013.4.0. From the CHANGELOG:
* add new json output format for vis
* add gps location information service for alfred
* allow network interface to vanish and return without restart
* allow to switch between master and slave operation without restart
* renamed vis to batadv-vis to avoid collisions with other vis binaries
* add manpages
* various code cleanups
* bugs squashed:
* handle failing write() in unix sockets
* Fix crash when vis opened empty file
alfred-gpsd is optional and requires libgps from the gpsd package to
compile. It needed its own -lm for libgps which does not link to libm
by itself, a patch for upstream alfred has been posted.
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Gui Iribarren [Sun, 13 Oct 2013 22:01:28 +0000 (00:01 +0200)]
alfred: Add a lightweight framework for running facter scripts that feed data into alfred every 5 minutes
Alfred expects to be fed data periodically, but there's currently no easy
way to do that from scripts, prompting people to write whole C programs
to accomplish tasks that could easily be scripted.
Provide a really simple framework to run scripts every 5 minutes, using a
cronjob, when alfred is started by the init.d script.
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Marek Lindner [Mon, 14 Oct 2013 19:19:03 +0000 (03:19 +0800)]
batman-adv: upgrade package to latest release 2013.4.0
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Bastian Bittorf [Tue, 8 Oct 2013 19:53:12 +0000 (21:53 +0200)]
batman-adv: tweak the Makefile for dynamically patch 'main.h' via 'sed' by inserting '#undef CONFIG_MODULE_STRIPPED' - so the intelligent OpenWrt-optimizer will not destroy important module-metadata. remove the old patch which does the same, but needed rebasing everything main.h changes. compile and run-tested on ar71xx
Jo-Philipp Wich [Tue, 8 Oct 2013 19:29:15 +0000 (19:29 +0000)]
bird: Update to 1.3.11 and fix build issues
Based on patch by Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich [Tue, 8 Oct 2013 19:18:47 +0000 (19:18 +0000)]
move bird into toplevel directory
Felix Fietkau [Tue, 14 May 2013 15:02:57 +0000 (15:02 +0000)]
packages: fold the IPv6 menu into Network
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@36635
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Jo-Philipp Wich [Wed, 19 Sep 2012 15:35:00 +0000 (15:35 +0000)]
remove now redundant +USE_EGLIBC:librt dependencies
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@33481
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Fri, 29 Jun 2012 21:56:37 +0000 (21:56 +0000)]
bird: link against librt when using eglibc
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@32548
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Gabor Juhos [Mon, 14 May 2012 19:34:06 +0000 (19:34 +0000)]
Update BIRD to version 1.3.7
Besides some nice new featues like an include command in config files, the
possibility to define protocol instances from templates, and support for BGP
peerings on link-local IPv6 addresses the new release also contains lots of
bugfixes.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@31719
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Tue, 20 Mar 2012 14:30:21 +0000 (14:30 +0000)]
bird: adjust for service_* code move
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@31043
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Wed, 16 Nov 2011 20:02:41 +0000 (20:02 +0000)]
packages: add missing conffiles define
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@29199
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 13 Nov 2011 22:16:25 +0000 (22:16 +0000)]
packages/bird: use new service functions
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@29079
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Alexandros C. Couloumbis [Thu, 15 Sep 2011 09:28:16 +0000 (09:28 +0000)]
net/bird: update to version 1.3.3
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@28243
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Alexandros C. Couloumbis [Fri, 6 May 2011 05:07:40 +0000 (05:07 +0000)]
net/bird: update to version 1.3.1
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@26835
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Daniel Dickinson [Sat, 12 Mar 2011 06:55:07 +0000 (06:55 +0000)]
Routing and Redirection: Moved programs for routing and redirecting/relaying traffic to the Routing and Redirection submenu.
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@26072
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Alexandros C. Couloumbis [Tue, 26 Oct 2010 11:55:34 +0000 (11:55 +0000)]
net/bird: update to version 1.2.5
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@23638
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Alexandros C. Couloumbis [Wed, 4 Aug 2010 12:35:13 +0000 (12:35 +0000)]
net/bird: update bird to version 1.2.4
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@22480
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Alexandros C. Couloumbis [Sat, 17 Jul 2010 10:17:58 +0000 (10:17 +0000)]
net/bird: allow BIRD to support Unique Local Unicast Address (RFC 4193) type IPv6 addresses
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@22243
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Alexandros C. Couloumbis [Wed, 2 Jun 2010 11:52:58 +0000 (11:52 +0000)]
upgrade to bird-1.2.3 (thanks Ondrej Zajicek)
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@21658
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sat, 10 Apr 2010 18:33:04 +0000 (18:33 +0000)]
add package for BIRD Internet Routing Daemon
Here is the patch that adds a package for The BIRD Internet Routing
Daemon. It is updated to the current version of BIRD (v 1.2.2).
BIRD is an internet routing daemon that implements OSPF, RIP and BGP.
It is fast, lightweight and small (cca 300 kB), therefore ideal for
OpenWRT based routers.
The makefile is rather tricky, as BIRD have to be built two times (for
IPv4 and IPv6 versions) and there are separate packages for BIRD daemon
and BIRD client, because client depends on libreadline and is not
strictly necessary.
Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@20780
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Marek Lindner [Mon, 7 Oct 2013 10:47:17 +0000 (18:47 +0800)]
Maintainers: update Marek's email address
Pau Escrich [Sun, 6 Oct 2013 23:04:38 +0000 (01:04 +0200)]
Change Pau e-mail address in MAINTAINERS file
Bastian Bittorf [Sun, 6 Oct 2013 19:18:27 +0000 (21:18 +0200)]
MAINTAINERS: all from https://github.com/openwrt-routing?tab=members
Bastian Bittorf [Sun, 6 Oct 2013 18:33:31 +0000 (20:33 +0200)]
Merge branch 'master' of github.com:openwrt-routing/packages
Luka Perkov [Sun, 6 Oct 2013 17:41:32 +0000 (19:41 +0200)]
MAINTAINERS: fix typo when file was copied from telephony feed
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Sun, 6 Oct 2013 17:09:45 +0000 (19:09 +0200)]
introduce MAINTAINERS file
Signed-off-by: Luka Perkov <luka@openwrt.org>
Bastian Bittorf [Sun, 29 Sep 2013 22:09:08 +0000 (00:09 +0200)]
Revert "batman-adv: remove 'un-optimization' patch for openwrt"
This reverts commit
a8e21bf882e1815023b224081843248030f1ad18.
Bastian Bittorf [Wed, 25 Sep 2013 14:42:24 +0000 (16:42 +0200)]
olsrd: hotplug-script: bugfix: move function calls down, otherwise the functions are not known yet (thanks bluse-bluw for reporting)
Bastian Bittorf [Wed, 25 Sep 2013 13:30:15 +0000 (15:30 +0200)]
olsrd: hotplug-script: cleanup/simplify
Bastian Bittorf [Wed, 25 Sep 2013 12:35:25 +0000 (14:35 +0200)]
olsrd: added hotplug script, which is needed for openwrt >= r38023 - otherwise it can happen that several interfaces are not known to olsrd at boottime
Marek Lindner [Tue, 17 Sep 2013 22:49:39 +0000 (22:49 +0000)]
batman-adv: 2013.3.0 updated stability fixes
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Marek Lindner [Tue, 17 Sep 2013 22:40:45 +0000 (22:40 +0000)]
batman-adv: remove 'un-optimization' patch for openwrt
OpenWrt is providing a proper solution.
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
p4u [Tue, 10 Sep 2013 10:57:44 +0000 (12:57 +0200)]
Change bmx6 git repository to github since bmx6.net is down (hd failure)
Bastian Bittorf [Fri, 6 Sep 2013 14:32:00 +0000 (16:32 +0200)]
Bastian Bittorf [Fri, 6 Sep 2013 13:37:33 +0000 (15:37 +0200)]
a new optimisation in openwrt is stripping some metadata information, invluding
the module version which is used by batctl to tell the user which version
batman-adv the node is currently running.
Un-define this constant to prevent the metadata from being stripped
Signed-off-by: Antonio Quartulli <ordex at autistici.org>
Moritz Warning [Fri, 6 Sep 2013 11:21:45 +0000 (13:21 +0200)]
nodogsplash: use v0.9_beta9.9.8 release
p4u [Wed, 28 Aug 2013 00:16:54 +0000 (02:16 +0200)]
luci-app-bmx6: several improvements and fixes, adapt main and advanced configuration to new config syntax
p4u [Tue, 27 Aug 2013 23:25:06 +0000 (01:25 +0200)]
luci-app-bmx6: fix issue with tunIn help
p4u [Tue, 27 Aug 2013 23:17:39 +0000 (01:17 +0200)]
luci-app-bmx6: change tunInNet for tunIn (according to new bmx6 tunnels/gateways configuration). Some minor changes.
Saverio Proto [Mon, 26 Aug 2013 10:12:32 +0000 (12:12 +0200)]
Increase Makefile pkg release after merging regression in the jsoninfo plugin which was introduced in olsrd 0.6.6
Saverio Proto [Mon, 26 Aug 2013 10:08:31 +0000 (03:08 -0700)]
Merge pull request #6 from mmunz/master
Fix a regression in the jsoninfo plugin which was introduced in olsrd 0.6.6
Manuel Munz [Fri, 23 Aug 2013 18:22:48 +0000 (20:22 +0200)]
a much simpler and cleaner fix
Manuel Munz [Fri, 23 Aug 2013 09:16:26 +0000 (11:16 +0200)]
fix for iynvalid jsoninfo output
Manuel Munz [Fri, 23 Aug 2013 09:12:47 +0000 (02:12 -0700)]
Merge pull request #1 from openwrt-routing/master
merge upstream
Saverio Proto [Tue, 20 Aug 2013 12:14:43 +0000 (14:14 +0200)]
olsrd: version bump to 0.6.6
Saverio Proto [Tue, 20 Aug 2013 12:12:01 +0000 (05:12 -0700)]
Merge pull request #5 from mmunz/master
if we could not get the l3 device in olsrd_write_interface then try to g...
Simon Wunderlich [Mon, 19 Aug 2013 21:17:18 +0000 (23:17 +0200)]
alfred: add alfred 2013.3.0 to feed
Add A.L.F.R.E.D - Almighty Lightweight Fact Remote Exchange Daemon
to the OpenWRT routing feed. This package contains the latest stable
release of alfred which has been recently published by the
open-mesh.org community. A description follows below.
alfred is a user space daemon for distributing arbitrary local
information over the mesh/network in a decentralized fashion. This data
can be anything which appears to be useful - originally designed to
replace the batman-adv visualization (vis), you may distribute
hostnames, phone books, administration information, DNS information,
the local weather forecast ...
alfred runs as daemon in the background of the system. A user may insert
information by using the alfred binary on the command line, or use
special programs to communicate with alfred (done via unix sockets).
alfred then takes care of distributing the local information to other
alfred servers on other nodes. This is done via IPv6 link-local
multicast, and does not require any configuration. A user can request
data from alfred, and will receive the information available from all
alfred servers in the network.
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Axel Neumann [Sat, 17 Aug 2013 12:22:04 +0000 (14:22 +0200)]
Merge branch 'master' into bmx6_testing
Conflicts:
bmx6/Makefile
Axel Neumann [Sat, 17 Aug 2013 11:58:49 +0000 (13:58 +0200)]
Merge branch 'bmx6_testing_new_config' into bmx6_testing
Axel Neumann [Sat, 17 Aug 2013 11:57:44 +0000 (13:57 +0200)]
Revert "Revert "Adapt tunnels web view to new bmx6 syntax and options""
This reverts commit
6360d4c977b6b8fb6b0c80e0fcd29f43e0cc1cba.
Marek Lindner [Thu, 15 Aug 2013 09:36:37 +0000 (17:36 +0800)]
batman-adv: 2013.3.0 updated stability fixes
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Manuel Munz [Wed, 7 Aug 2013 21:39:18 +0000 (23:39 +0200)]
if we could not get the l3 device in olsrd_write_interface then try to get the
physical device instead. But only if the protocoll is "static" or "none".
This is useful to write Interfaces in the resulting olsrd.conf file which
are not up at the time olsrd is starting (e.g. tunnel interfaces):
Axel Neumann [Sun, 4 Aug 2013 14:52:07 +0000 (16:52 +0200)]
bmx6: fixing 501559 crash ?
Axel Neumann [Sun, 4 Aug 2013 06:28:44 +0000 (08:28 +0200)]
Revert "Adapt tunnels web view to new bmx6 syntax and options"
This reverts commit
b493828d75c23d2733fafd317c9d5859959d8c3f.
Axel Neumann [Sun, 4 Aug 2013 06:25:07 +0000 (08:25 +0200)]
Merge branch 'bmx6_testing' into bmx6_testing_new_config
Conflicts:
bmx6/Makefile
Axel Neumann [Sat, 3 Aug 2013 20:17:13 +0000 (22:17 +0200)]
bmx6: update to
d1464ee4 (current testing tip)
Axel Neumann [Sat, 3 Aug 2013 20:04:51 +0000 (22:04 +0200)]
bmx6: update to
5fbbc59b (current master tip)
Axel Neumann [Sat, 3 Aug 2013 20:04:51 +0000 (22:04 +0200)]
bmx6: update to
5fbbc59b (current master tip)
Axel Neumann [Sat, 3 Aug 2013 20:01:58 +0000 (22:01 +0200)]
Merge branch 'master' into bmx6_testing
Vasilis [Fri, 2 Aug 2013 17:58:17 +0000 (20:58 +0300)]
quagga: Update to v0.99.22.3
Axel Neumann [Thu, 1 Aug 2013 12:19:40 +0000 (14:19 +0200)]
Merge branch 'master' into bmx6_testing
Marek Lindner [Wed, 31 Jul 2013 03:50:08 +0000 (11:50 +0800)]
batman-adv: fix batctl compiler problems on mips
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Axel Neumann [Tue, 30 Jul 2013 06:17:40 +0000 (08:17 +0200)]
bmx6: fix libjson dependency
Marek Lindner [Wed, 24 Jul 2013 08:48:40 +0000 (16:48 +0800)]
batman-adv: upgrade package to latest release 2013.3.0
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
p4u [Thu, 18 Jul 2013 23:09:17 +0000 (01:09 +0200)]
Adapt tunnels web view to new bmx6 syntax and options
p4u [Thu, 11 Jul 2013 13:38:58 +0000 (15:38 +0200)]
Merge branch 'master' of github.com:openwrt-routing/packages
Saverio Proto [Mon, 1 Jul 2013 13:36:26 +0000 (15:36 +0200)]
ndppd: importing ndppd package in openwrt-routing feed
Saverio Proto [Mon, 1 Jul 2013 13:35:57 +0000 (15:35 +0200)]
Move files to ndppd folder for import in openwrt-routing feed
Vasilis Tsiligiannis [Fri, 28 Jun 2013 11:21:15 +0000 (14:21 +0300)]
Merge branch 'quagga'
Vasilis Tsiligiannis [Fri, 28 Jun 2013 10:44:42 +0000 (13:44 +0300)]
quagga: Move files in package directory
Axel Neumann [Sun, 16 Jun 2013 22:04:56 +0000 (00:04 +0200)]
bmx6/Makefile: update testing new config style
Axel Neumann [Sun, 16 Jun 2013 20:28:17 +0000 (22:28 +0200)]
Merge branch 'master' into bmx6_testing
Marek Lindner [Mon, 10 Jun 2013 03:26:47 +0000 (11:26 +0800)]
batman-adv: 2013.2.0 updated stability fixes
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
p4u [Sat, 8 Jun 2013 18:34:17 +0000 (20:34 +0200)]
Merge branch 'master' of github.com:openwrt-routing/packages
Axel Neumann [Sat, 8 Jun 2013 15:28:57 +0000 (17:28 +0200)]
Merge branch 'master' into bmx6_testing
Conflicts:
bmx6/Makefile
Axel Neumann [Sat, 8 Jun 2013 15:21:36 +0000 (17:21 +0200)]
bmx6/Makefile: update to current (
60adcbd4) bmx6 master branch
Axel Neumann [Sat, 8 Jun 2013 15:11:15 +0000 (17:11 +0200)]
Merge branch 'master' into bmx6_testing
Conflicts:
bmx6/Makefile
olsrd/Makefile
Axel Neumann [Sat, 8 Jun 2013 14:57:24 +0000 (16:57 +0200)]
bmx6/Makefile: add kmod-tun dependency for on-demand tunnel support
Axel Neumann [Sat, 8 Jun 2013 14:01:33 +0000 (16:01 +0200)]
bmx6/Makefile: update including json-c fix
p4u [Tue, 4 Jun 2013 21:41:01 +0000 (23:41 +0200)]
Remove obsolete package bmxd not maintained anymore
p4u [Tue, 4 Jun 2013 21:39:49 +0000 (23:39 +0200)]
Change dependence name to libjson-c (changed in openwrt-trunk
acinonyx [Sat, 25 May 2013 17:05:33 +0000 (17:05 +0000)]
[quagga] Update to v0.99.22
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@36717
3c298f89-4303-0410-b956-
a3cf2f4a3e73