Go to file
Bastian Bittorf e459ca61d2 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 2013-11-24 15:21:17 +01:00
ahcpd ahcpd: migrate from openwrt/packages 2013-10-28 16:20:42 +00:00
alfred alfred: optionally bundle a lua script for generating a bat-hosts 2013-11-12 20:43:27 +01:00
babeld babeld: migrate from openwrt/packages 2013-10-28 16:20:38 +00:00
batman-adv batman-adv: upgrade package to latest release 2013.4.0 2013-10-15 03:19:03 +08:00
batmand batmand: adjust folder name to application name 2013-04-24 23:27:19 +08:00
bird bird: Update to 1.3.11 and fix build issues 2013-10-08 19:30:45 +00:00
bmx6 Change bmx6 git repository to github since bmx6.net is down (hd failure) 2013-09-10 12:57:44 +02:00
luci-app-bmx6 luci-app-bmx6: show the IPv6 tunnels of bmx6 in the node's web page 2013-11-01 22:30:02 +01:00
ndppd ndppd: new upstream release 0.2.3 2013-10-28 16:20:10 +00:00
nodogsplash nodogsplash: use v0.9_beta9.9.8 release 2013-09-06 13:21:45 +02:00
olsrd 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 2013-11-24 15:21:17 +01:00
quagga quagga: Update to v0.99.22.3 2013-08-02 20:58:17 +03:00
MAINTAINERS Maintainers: update Marek's email address 2013-10-07 18:47:17 +08: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

README

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.