feed/routing.git
10 years agonodogsplash: recognize yes, true or 1 as valid TrafficControl values 12/head
Gui Iribarren [Sun, 15 Dec 2013 11:47:17 +0000 (08:47 -0300)]
nodogsplash: recognize yes, true or 1 as valid TrafficControl values

10 years agonodogsplash: check if TrafficControl is enabled before testing imq module requirement.
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>
10 years agoolsrd: hotplug-script: take config-file as marker for 'init-script-was-already-invoke...
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

10 years agoMerge pull request #10 from mmunz/upstream
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

10 years agoalfred: optionally bundle a lua script for generating a bat-hosts
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>
10 years agoFix config creation for multiple LinkQualityMult entries in uci config 10/head
Manuel Munz [Tue, 12 Nov 2013 13:35:24 +0000 (14:35 +0100)]
Fix config creation for multiple LinkQualityMult entries in uci config

10 years agoolsrd: hotplug: dont test if daemon is enabled, but look for a written PID-file....
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

10 years agoluci-app-bmx6: show the IPv6 tunnels of bmx6 in the node's web page
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

10 years agoahcpd: migrate from openwrt/packages
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>
10 years agobabeld: migrate from openwrt/packages
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>
10 years agondppd: new upstream release 0.2.3
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>
10 years agoalfred: bump version to 2013.4.0
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>
10 years agoalfred: Add a lightweight framework for running facter scripts that feed data into...
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>
10 years agobatman-adv: upgrade package to latest release 2013.4.0
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>
10 years agobatman-adv: tweak the Makefile for dynamically patch 'main.h' via 'sed' by inserting...
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

10 years agobird: Update to 1.3.11 and fix build issues
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>
10 years agomove bird into toplevel directory
Jo-Philipp Wich [Tue, 8 Oct 2013 19:18:47 +0000 (19:18 +0000)]
move bird into toplevel directory

10 years agopackages: fold the IPv6 menu into Network
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

10 years agoremove now redundant +USE_EGLIBC:librt dependencies
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

10 years agobird: link against librt when using eglibc
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

10 years agoUpdate BIRD to version 1.3.7
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

10 years agobird: adjust for service_* code move
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

10 years agopackages: add missing conffiles define
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

10 years agopackages/bird: use new service functions
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

10 years agonet/bird: update to version 1.3.3
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

10 years agonet/bird: update to version 1.3.1
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

10 years agoRouting and Redirection: Moved programs for routing and redirecting/relaying traffic...
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

10 years agonet/bird: update to version 1.2.5
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

10 years agonet/bird: update bird to version 1.2.4
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

10 years agonet/bird: allow BIRD to support Unique Local Unicast Address (RFC 4193) type IPv6...
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

10 years agoupgrade to bird-1.2.3 (thanks Ondrej Zajicek)
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

10 years agoadd package for BIRD Internet Routing Daemon
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

10 years agoMaintainers: update Marek's email address
Marek Lindner [Mon, 7 Oct 2013 10:47:17 +0000 (18:47 +0800)]
Maintainers: update Marek's email address

10 years agoChange Pau e-mail address in MAINTAINERS file
Pau Escrich [Sun, 6 Oct 2013 23:04:38 +0000 (01:04 +0200)]
Change Pau e-mail address in MAINTAINERS file

10 years agoMAINTAINERS: all from https://github.com/openwrt-routing?tab=members
Bastian Bittorf [Sun, 6 Oct 2013 19:18:27 +0000 (21:18 +0200)]
MAINTAINERS: all from https://github.com/openwrt-routing?tab=members

10 years agoMerge branch 'master' of github.com:openwrt-routing/packages
Bastian Bittorf [Sun, 6 Oct 2013 18:33:31 +0000 (20:33 +0200)]
Merge branch 'master' of github.com:openwrt-routing/packages

10 years agoMAINTAINERS: fix typo when file was copied from telephony feed
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>
10 years agointroduce MAINTAINERS file
Luka Perkov [Sun, 6 Oct 2013 17:09:45 +0000 (19:09 +0200)]
introduce MAINTAINERS file

Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years agoRevert "batman-adv: remove 'un-optimization' patch for openwrt"
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.

10 years agoolsrd: hotplug-script: bugfix: move function calls down, otherwise the functions...
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)

10 years agoolsrd: hotplug-script: cleanup/simplify
Bastian Bittorf [Wed, 25 Sep 2013 13:30:15 +0000 (15:30 +0200)]
olsrd: hotplug-script: cleanup/simplify

10 years agoolsrd: added hotplug script, which is needed for openwrt >= r38023 - otherwise it...
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

10 years agobatman-adv: 2013.3.0 updated stability fixes
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>
10 years agobatman-adv: remove 'un-optimization' patch for openwrt
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>
10 years agoChange bmx6 git repository to github since bmx6.net is down (hd failure)
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)

10 years agolast patch was malformed, refresh 7936cfc9b862af3451dddd01e96501a38e6872be
Bastian Bittorf [Fri, 6 Sep 2013 14:32:00 +0000 (16:32 +0200)]
last patch was malformed, refresh 7936cfc9b862af3451dddd01e96501a38e6872be

10 years agoa new optimisation in openwrt is stripping some metadata information, invluding
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>
10 years agonodogsplash: use v0.9_beta9.9.8 release
Moritz Warning [Fri, 6 Sep 2013 11:21:45 +0000 (13:21 +0200)]
nodogsplash: use v0.9_beta9.9.8 release

10 years agoluci-app-bmx6: several improvements and fixes, adapt main and advanced configuration...
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

10 years agoluci-app-bmx6: fix issue with tunIn help
p4u [Tue, 27 Aug 2013 23:25:06 +0000 (01:25 +0200)]
luci-app-bmx6: fix issue with tunIn help

10 years agoluci-app-bmx6: change tunInNet for tunIn (according to new bmx6 tunnels/gateways...
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.

10 years agoIncrease Makefile pkg release after merging regression in the jsoninfo plugin which...
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

10 years agoMerge pull request #6 from mmunz/master
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

10 years agoa much simpler and cleaner fix 6/head
Manuel Munz [Fri, 23 Aug 2013 18:22:48 +0000 (20:22 +0200)]
a much simpler and cleaner fix

10 years agofix for iynvalid jsoninfo output
Manuel Munz [Fri, 23 Aug 2013 09:16:26 +0000 (11:16 +0200)]
fix for iynvalid jsoninfo output

10 years agoMerge pull request #1 from openwrt-routing/master
Manuel Munz [Fri, 23 Aug 2013 09:12:47 +0000 (02:12 -0700)]
Merge pull request #1 from openwrt-routing/master

merge upstream

10 years agoolsrd: version bump to 0.6.6
Saverio Proto [Tue, 20 Aug 2013 12:14:43 +0000 (14:14 +0200)]
olsrd: version bump to 0.6.6

10 years agoMerge pull request #5 from mmunz/master
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...

10 years agoalfred: add alfred 2013.3.0 to feed
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>
10 years agoMerge branch 'master' into bmx6_testing
Axel Neumann [Sat, 17 Aug 2013 12:22:04 +0000 (14:22 +0200)]
Merge branch 'master' into bmx6_testing

Conflicts:
bmx6/Makefile

10 years agoMerge branch 'bmx6_testing_new_config' into bmx6_testing
Axel Neumann [Sat, 17 Aug 2013 11:58:49 +0000 (13:58 +0200)]
Merge branch 'bmx6_testing_new_config' into bmx6_testing

10 years agoRevert "Revert "Adapt tunnels web view to new bmx6 syntax and options""
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.

10 years agobatman-adv: 2013.3.0 updated stability fixes
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>
10 years agoif we could not get the l3 device in olsrd_write_interface then try to get the 5/head
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):

10 years agobmx6: fixing 501559 crash ?
Axel Neumann [Sun, 4 Aug 2013 14:52:07 +0000 (16:52 +0200)]
bmx6: fixing 501559 crash ?

10 years agoRevert "Adapt tunnels web view to new bmx6 syntax and options"
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.

10 years agoMerge branch 'bmx6_testing' into bmx6_testing_new_config
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

10 years agobmx6: update to d1464ee4 (current testing tip)
Axel Neumann [Sat, 3 Aug 2013 20:17:13 +0000 (22:17 +0200)]
bmx6: update to d1464ee4 (current testing tip)

10 years agobmx6: 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)

10 years agobmx6: 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)

10 years agoMerge branch 'master' into bmx6_testing
Axel Neumann [Sat, 3 Aug 2013 20:01:58 +0000 (22:01 +0200)]
Merge branch 'master' into bmx6_testing

10 years agoquagga: Update to v0.99.22.3
Vasilis [Fri, 2 Aug 2013 17:58:17 +0000 (20:58 +0300)]
quagga: Update to v0.99.22.3

10 years agoMerge branch 'master' into bmx6_testing
Axel Neumann [Thu, 1 Aug 2013 12:19:40 +0000 (14:19 +0200)]
Merge branch 'master' into bmx6_testing

10 years agobatman-adv: fix batctl compiler problems on mips
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>
10 years agobmx6: fix libjson dependency
Axel Neumann [Tue, 30 Jul 2013 06:17:40 +0000 (08:17 +0200)]
bmx6: fix libjson dependency

10 years agobatman-adv: upgrade package to latest release 2013.3.0
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>
10 years agoAdapt tunnels web view to new bmx6 syntax and options
p4u [Thu, 18 Jul 2013 23:09:17 +0000 (01:09 +0200)]
Adapt tunnels web view to new bmx6 syntax and options

10 years agoMerge branch 'master' of github.com:openwrt-routing/packages
p4u [Thu, 11 Jul 2013 13:38:58 +0000 (15:38 +0200)]
Merge branch 'master' of github.com:openwrt-routing/packages

10 years agondppd: importing ndppd package in openwrt-routing feed
Saverio Proto [Mon, 1 Jul 2013 13:36:26 +0000 (15:36 +0200)]
ndppd: importing ndppd package in openwrt-routing feed

10 years agoMove files to ndppd folder for import 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

10 years agoMerge branch 'quagga'
Vasilis Tsiligiannis [Fri, 28 Jun 2013 11:21:15 +0000 (14:21 +0300)]
Merge branch 'quagga'

10 years agoquagga: Move files in package directory
Vasilis Tsiligiannis [Fri, 28 Jun 2013 10:44:42 +0000 (13:44 +0300)]
quagga: Move files in package directory

10 years agobmx6/Makefile: update testing new config style
Axel Neumann [Sun, 16 Jun 2013 22:04:56 +0000 (00:04 +0200)]
bmx6/Makefile: update testing new config style

10 years agoMerge branch 'master' into bmx6_testing
Axel Neumann [Sun, 16 Jun 2013 20:28:17 +0000 (22:28 +0200)]
Merge branch 'master' into bmx6_testing

10 years agobatman-adv: 2013.2.0 updated stability fixes
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>
10 years agoMerge branch 'master' of github.com:openwrt-routing/packages
p4u [Sat, 8 Jun 2013 18:34:17 +0000 (20:34 +0200)]
Merge branch 'master' of github.com:openwrt-routing/packages

10 years agoMerge branch 'master' into bmx6_testing
Axel Neumann [Sat, 8 Jun 2013 15:28:57 +0000 (17:28 +0200)]
Merge branch 'master' into bmx6_testing

Conflicts:
bmx6/Makefile

10 years agobmx6/Makefile: update to current (60adcbd4) bmx6 master branch
Axel Neumann [Sat, 8 Jun 2013 15:21:36 +0000 (17:21 +0200)]
bmx6/Makefile: update to current (60adcbd4) bmx6 master branch

10 years agoMerge branch 'master' into bmx6_testing
Axel Neumann [Sat, 8 Jun 2013 15:11:15 +0000 (17:11 +0200)]
Merge branch 'master' into bmx6_testing

Conflicts:
bmx6/Makefile
olsrd/Makefile

10 years agobmx6/Makefile: add kmod-tun dependency for on-demand tunnel support
Axel Neumann [Sat, 8 Jun 2013 14:57:24 +0000 (16:57 +0200)]
bmx6/Makefile: add kmod-tun dependency for on-demand tunnel support

10 years agobmx6/Makefile: update including json-c fix
Axel Neumann [Sat, 8 Jun 2013 14:01:33 +0000 (16:01 +0200)]
bmx6/Makefile: update including json-c fix

10 years agoRemove obsolete package bmxd not maintained anymore
p4u [Tue, 4 Jun 2013 21:41:01 +0000 (23:41 +0200)]
Remove obsolete package bmxd not maintained anymore

10 years agoChange dependence name to libjson-c (changed in openwrt-trunk
p4u [Tue, 4 Jun 2013 21:39:49 +0000 (23:39 +0200)]
Change dependence name to libjson-c (changed in openwrt-trunk

10 years ago[quagga] Update to v0.99.22
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

10 years agonodogsplash: use official github nodogsplash organization homepage
Moritz Warning [Mon, 20 May 2013 16:42:53 +0000 (18:42 +0200)]
nodogsplash: use official github nodogsplash organization homepage

10 years agoolsrd: version bump to 0.6.5.4
Saverio Proto [Fri, 17 May 2013 10:50:38 +0000 (12:50 +0200)]
olsrd: version bump to 0.6.5.4

10 years agopackages: fold the IPv6 menu into Network
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://svn.openwrt.org/openwrt/packages/ipv6/ndppd@36635 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] nodogsplash: use official github nodogsplash organization feed
Saverio Proto [Sat, 11 May 2013 12:59:51 +0000 (14:59 +0200)]
[packages] nodogsplash: use official github nodogsplash organization feed

10 years ago[packages] nodogsplash: download git sources with proper OpenWrt Makefile tools
Saverio Proto [Fri, 10 May 2013 21:34:35 +0000 (23:34 +0200)]
[packages] nodogsplash: download git sources with proper OpenWrt Makefile tools

10 years ago[packages] nodogsplash: new OpenWrt package for new nodogsplash build system
Moritz Warning [Fri, 10 May 2013 22:37:02 +0000 (00:37 +0200)]
[packages] nodogsplash: new OpenWrt package for new nodogsplash build system