Go to file
Álvaro Fernández Rojas 7682bd9039 [mcproxy] Update to latest version.
Avoid building for GCC 4.4 and GCC 4.6 (no c++11 support).
Move to routing and redirection menu.
Config cleanup (disable until configured, protocol info, example instances).
2014-04-05 14:00:31 +02:00
ahcpd ahcpd: fix build with ARM VFP toolchains 2014-03-06 12:06:27 -08:00
alfred alfred: bump version to 2014.1.0 2014-03-22 19:25:14 +01:00
babeld babeld: migrate from openwrt/packages 2013-10-28 16:20:38 +00:00
babels babels: allow routes with source ::/128 2014-02-18 13:52:13 +01:00
batman-adv batman-adv: 2014.1.0 bugfixes & stability updates 2014-03-31 21:00:08 +08:00
batmand batmand: adjust folder name to application name 2013-04-24 23:27:19 +08:00
bird [bird] Bump package release. 2014-01-18 18:33:25 +01:00
bmx6 [bmx6] disable quagga plugin till fixed 2014-03-08 21:35:54 +01:00
hnetd hnetd: Bump to latest 2014-03-25 14:16:12 +01:00
luci-app-bmx6 luci-app-bmx6: Fix topology graph with backwards compatibility 2014-02-25 18:14:07 +01:00
mcproxy [mcproxy] Update to latest version. 2014-04-05 14:00:31 +02:00
mrd6 mrd6: adopted from packages-feed 2014-03-14 09:21:45 +01:00
ndppd ndppd: new upstream release 0.2.3 2013-10-28 16:20:10 +00:00
nodogsplash nodogsplash: recognize yes, true or 1 as valid TrafficControl values 2013-12-15 08:47:17 -03:00
ohybridproxy ohybridproxy: Updated to latest (fixes just single AAAA being returned if more available). 2014-03-31 13:54:04 +03:00
olsrd olsrd: bugfix patch, Fix processing error for fragmented hellos 2014-03-31 13:59:11 +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

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.