OpenWrt Routing Packages
Find a file
Gabriel Kerneis cda939baea Merge pull request #47 from zorun/babeld_configfile
Updates to babeld



This patchset:
- fixes #33 by generating a configuration file for babeld
- introduces a slightly different syntax for specfiying interfaces (backward-compatible)
- allows to use any option, as long as it's supported by babeld (i.e. valid options are not hardcoded in the init script anymore, all options are simply passed to babeld)

It is mostly backward-compatible, with a few caveats.

Thanks to Baptiste Jonglez.
2014-09-01 09:55:32 +02:00
ahcpd ahcpd: fix build with ARM VFP toolchains 2014-03-06 12:06:27 -08:00
alfred alfred: bump version to 2014.3.0 2014-07-24 12:58:36 +02:00
babeld babeld: Backward compatibility with old config files 2014-08-31 00:53:36 +02:00
babels babels: update to latest 2014-08-12 08:04:55 +02:00
batctl batctl: upgrade package to latest release 2014.2.0 2014-06-07 13:35:37 +08:00
batman-adv batman-adv: upgrade package to latest release 2014.2.0 2014-06-07 13:33:28 +08:00
batmand batmand: adjust folder name to application name 2013-04-24 23:27:19 +08:00
bcp38 packages: BCP38 support for openwrt 2014-07-25 19:01:11 +02:00
bird [bird] Update to version 1.4.3. 2014-04-19 16:23:12 +02:00
bmx6 Wait for mac80211.sh to finish before starting BMX6, otherwise routing rule for table 60 is not added 2014-06-05 18:26:52 +02:00
hnetd hnetd: fix ipv4 uplink detection 2014-07-31 17:41:11 +02:00
luci-app-bcp38 luci-app-bcp38: import from cerowrt 2014-07-25 19:10:17 +02:00
luci-app-bmx6 [luci-app-bmx6]: Remove not used code. Fix luci dependency problem. Small changes. 2014-07-31 13:24:33 +02:00
mcast-tools mcast-tools: fix linux/pim.h include 2014-05-02 20:18:43 +02:00
mcproxy mcproxy: bump to latest 2014-08-12 08:11:48 +02:00
minimalist-pcproxy minimalist-pcproxy/miniupnpd: added+using upnp.config.external_zone. 2014-06-26 23:19:32 +03:00
miniupnpd miniupnpd: fix integer conversion in NAT-PMP, update description 2014-07-30 15:49:59 +02:00
mrd6 mrd6: adopted from packages-feed 2014-03-14 09:21:45 +01:00
nat46 Package ayourtch's nat46 kernel module 2014-06-04 09:48:11 +02:00
ndppd ndppd: new upstream release 0.2.3 2013-10-28 16:20:10 +00:00
nodogsplash use procd for nodogsplash, thanks @lynxis 2014-05-19 00:07:17 +02:00
ohybridproxy ohybridproxy: Updated with latest which fixed one typecast problem in two places (possibly problem somewhere), and one warning. 2014-06-19 11:45:10 +03:00
olsrd olsrd: change name of PID-file for olsrd4 from '/var/run/olsrd4.pid' to '/var/run/olsrd.pid' to be compatible with freifunk-watchdog-scripts (this is the default old behaviour) 2014-08-19 15:09:41 +02:00
quagga quagga: Update to v0.99.22.3 2013-08-02 20:58:17 +03:00
MAINTAINERS Add myself to maintainers 2014-02-18 12:03:01 +01:00
README Change feed name in Readme from openwrt-routing to routing because feeds system does not support "-" 2013-05-02 18:44:23 +02:00

This is an OpenWrt package feed containing community maintained routing packages.

To use these packages, add the following line to the feeds.conf
in the OpenWrt buildroot:

  src-git routing git://github.com/openwrt-routing/packages.git
  
Update the feed:

  ./scripts/feeds update routing
  
Activate the package:

  ./scripts/feeds install -a -p routing
  
The routing packages should now appear in menuconfig.