Gui
dd3165e8bd
Merge f62b167663
into 1c0b315289
2013-10-10 10:28:21 -07: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
Gui Iribarren
f62b167663
discard spurious error 'file exists' from ln -ns syscall
2013-09-30 18:49:55 +02:00
Gui Iribarren
65f291d478
better heuristics for filtering bat-hosts candidate entries: only accept 6-bytes MACs, and not all-zeroes like lo
2013-09-30 18:49:04 +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
Gui Iribarren
6240662804
run facters when starting init.d script
2013-09-22 20:01:15 -03:00
Gui Iribarren
9ef0c0caa0
if there's no /etc/bat-hosts, make a symlink pointing to autogenerated tmp file
2013-09-22 19:12:32 -03:00
Gui Iribarren
b44df15f0f
refactor get_interface_names: use table.insert
2013-09-22 18:23:44 -03:00
jahead
fe76518e48
drop nixio dependency from bat-hosts.lua
2013-09-22 18:17:02 -03: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
Gui Iribarren
393bc88a13
Bundle a lua script for generating a bat-hosts
2013-09-12 08:42:25 -03:00
Gui Iribarren
0a66a7a0c2
Add a lightweight framework for running facter scripts that feed data into alfred every 5 minutes
2013-09-12 08:41:05 -03: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