Commit Graph

684 Commits

Author SHA1 Message Date
Bastian Bittorf 44318d0589 Merge pull request #10 from mmunz/upstream
Fix config creation for multiple LinkQualityMult entries in uci config
2013-11-14 00:36:08 -08:00
Gui Iribarren fc93a9c434 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>
2013-11-12 20:43:27 +01:00
Manuel Munz 099a7bf136 Fix config creation for multiple LinkQualityMult entries in uci config 2013-11-12 15:51:56 +01:00
Bastian Bittorf d49b01e8cc 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 2013-11-11 11:46:17 +01:00
Pau Escrich 89c2a8bb56 luci-app-bmx6: show the IPv6 tunnels of bmx6 in the node's web page 2013-11-01 22:30:02 +01:00
Gabriel Kerneis a8be1fb758 ahcpd: migrate from openwrt/packages
Update maintainer email address

Signed-off-by: Gabriel Kerneis <gabriel@kerneis.info>
2013-10-28 16:20:42 +00:00
Gabriel Kerneis c4de5a575b 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>
2013-10-28 16:20:38 +00:00
Gabriel Kerneis 1a690796a3 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>
2013-10-28 16:20:10 +00:00
Simon Wunderlich 072ba90ce4 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>
2013-10-23 01:37:47 +02:00
Gui Iribarren 14f85e7240 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>
2013-10-23 01:37:47 +02:00
Marek Lindner ca078f89c2 batman-adv: upgrade package to latest release 2013.4.0
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2013-10-15 03:19:03 +08:00
Bastian Bittorf 1c0b315289 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 2013-10-08 21:53:12 +02:00
Jo-Philipp Wich 1cccda8588 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>
2013-10-08 19:30:45 +00:00
Jo-Philipp Wich dee0eb00c9 move bird into toplevel directory 2013-10-08 19:18:47 +00:00
Felix Fietkau e0fb8f3ac6 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
2013-10-08 19:16:10 +00:00
Jo-Philipp Wich 33a8f8bdf0 remove now redundant +USE_EGLIBC:librt dependencies
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@33481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Felix Fietkau ee63d8165c bird: link against librt when using eglibc
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@32548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Gabor Juhos c3fb0dfb27 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
2013-10-08 19:16:09 +00:00
Felix Fietkau 3ae5547ef2 bird: adjust for service_* code move
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@31043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Nicolas Thill bbbda485c6 packages: add missing conffiles define
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Nicolas Thill 858c4dcbfc packages/bird: use new service functions
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@29079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Alexandros C. Couloumbis fc6a2d02e5 net/bird: update to version 1.3.3
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@28243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Alexandros C. Couloumbis c1411bae98 net/bird: update to version 1.3.1
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@26835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Daniel Dickinson c281c2b546 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
2013-10-08 19:16:09 +00:00
Alexandros C. Couloumbis fcbe00f024 net/bird: update to version 1.2.5
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@23638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-08 19:16:09 +00:00
Alexandros C. Couloumbis 014fcc886f 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
2013-10-08 19:16:09 +00:00
Alexandros C. Couloumbis 51e90db672 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
2013-10-08 19:16:09 +00:00
Alexandros C. Couloumbis ce91407257 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
2013-10-08 19:16:09 +00:00
Florian Fainelli da5a45e4fa 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
2013-10-08 19:16:09 +00:00
Marek Lindner b80d3969ac Maintainers: update Marek's email address 2013-10-07 18:47:17 +08:00
Pau Escrich e95a5da382 Change Pau e-mail address in MAINTAINERS file 2013-10-07 01:04:38 +02:00
Bastian Bittorf ec485e62d4 MAINTAINERS: all from https://github.com/openwrt-routing?tab=members 2013-10-06 21:18:27 +02:00
Bastian Bittorf ea48b0b6b1 Merge branch 'master' of github.com:openwrt-routing/packages 2013-10-06 20:33:31 +02:00
Luka Perkov 74376e76f5 MAINTAINERS: fix typo when file was copied from telephony feed
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-10-06 19:41:32 +02:00
Luka Perkov d32a42bc8d introduce MAINTAINERS file
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-10-06 19:14:22 +02:00
p4u b115e3e5f9 Add bmx6-table plugin for bmx6 in Makefile 2013-10-02 15:47:51 +02:00
Bastian Bittorf 31bf3fe9cf Revert "batman-adv: remove 'un-optimization' patch for openwrt"
This reverts commit a8e21bf882.
2013-09-30 00:09:08 +02:00
Bastian Bittorf af1b35bd80 olsrd: hotplug-script: bugfix: move function calls down, otherwise the functions are not known yet (thanks bluse-bluw for reporting) 2013-09-25 16:42:24 +02:00
Bastian Bittorf 8ffcb5e3e5 olsrd: hotplug-script: cleanup/simplify 2013-09-25 15:30:44 +02:00
Bastian Bittorf 6bdbd50aaf olsrd: added hotplug script, which is needed for openwrt >= r38023 - otherwise it can happen that several interfaces are not known to olsrd at boottime 2013-09-25 14:36:21 +02:00
Marek Lindner fd336abf54 batman-adv: 2013.3.0 updated stability fixes
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2013-09-17 22:51:12 +00:00
Marek Lindner a8e21bf882 batman-adv: remove 'un-optimization' patch for openwrt
OpenWrt is providing a proper solution.

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2013-09-17 22:47:21 +00:00
p4u 958704423e Change bmx6 git repository to github since bmx6.net is down (hd failure) 2013-09-10 12:57:44 +02:00
Bastian Bittorf a13686a898 last patch was malformed, refresh 7936cfc9b8 2013-09-06 16:32:00 +02:00
Bastian Bittorf 7936cfc9b8 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>
2013-09-06 15:37:33 +02:00
Moritz Warning de6e4c7990 nodogsplash: use v0.9_beta9.9.8 release 2013-09-06 13:21:45 +02:00
p4u b68f809a3f luci-app-bmx6: several improvements and fixes, adapt main and advanced configuration to new config syntax 2013-08-28 02:16:54 +02:00
p4u 821e52f54f luci-app-bmx6: fix issue with tunIn help 2013-08-28 01:25:06 +02:00
p4u 5b57a2035f luci-app-bmx6: change tunInNet for tunIn (according to new bmx6 tunnels/gateways configuration). Some minor changes. 2013-08-28 01:17:39 +02:00
Saverio Proto 46593fbdc1 Increase Makefile pkg release after merging regression in the jsoninfo plugin which was introduced in olsrd 0.6.6 2013-08-26 12:12:32 +02:00