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
Saverio Proto
dbb0fbc5a9
Merge pull request #6 from mmunz/master
...
Fix a regression in the jsoninfo plugin which was introduced in olsrd 0.6.6
2013-08-26 03:08:31 -07:00
Manuel Munz
542ac94f7a
a much simpler and cleaner fix
2013-08-23 20:22:48 +02:00
Manuel Munz
5dbcca8d41
fix for iynvalid jsoninfo output
2013-08-23 11:16:26 +02:00
Manuel Munz
5bff55e922
Merge pull request #1 from openwrt-routing/master
...
merge upstream
2013-08-23 02:12:47 -07:00
Saverio Proto
5e687f9345
olsrd: version bump to 0.6.6
2013-08-20 14:14:43 +02:00
Saverio Proto
4212839bf1
Merge pull request #5 from mmunz/master
...
if we could not get the l3 device in olsrd_write_interface then try to g...
2013-08-20 05:12:01 -07:00
Simon Wunderlich
f76074d424
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>
2013-08-19 23:17:47 +02:00
Axel Neumann
13f0c9deac
Merge branch 'master' into bmx6_testing
...
Conflicts:
bmx6/Makefile
2013-08-17 14:22:04 +02:00
Axel Neumann
e61aebe358
Merge branch 'bmx6_testing_new_config' into bmx6_testing
2013-08-17 13:58:49 +02:00
Axel Neumann
672a7cfb6f
Revert "Revert "Adapt tunnels web view to new bmx6 syntax and options""
...
This reverts commit 6360d4c977
.
2013-08-17 13:57:44 +02:00
Marek Lindner
60296fff41
batman-adv: 2013.3.0 updated stability fixes
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
2013-08-15 17:36:37 +08:00
Manuel Munz
385bb5489d
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):
2013-08-07 23:39:18 +02:00
Axel Neumann
21cb637b0f
bmx6: fixing 501559 crash ?
2013-08-04 16:52:07 +02:00
Axel Neumann
6360d4c977
Revert "Adapt tunnels web view to new bmx6 syntax and options"
...
This reverts commit b493828d75
.
2013-08-04 08:28:44 +02:00
Axel Neumann
0fda0b049c
Merge branch 'bmx6_testing' into bmx6_testing_new_config
...
Conflicts:
bmx6/Makefile
2013-08-04 08:25:07 +02:00
Axel Neumann
ab61aa8a24
bmx6: update to d1464ee4 (current testing tip)
2013-08-03 22:17:13 +02:00
Axel Neumann
040106786d
bmx6: update to 5fbbc59b (current master tip)
2013-08-03 22:06:11 +02:00
Axel Neumann
2812231fa4
bmx6: update to 5fbbc59b (current master tip)
2013-08-03 22:04:51 +02:00
Axel Neumann
18b5c190a2
Merge branch 'master' into bmx6_testing
2013-08-03 22:01:58 +02:00