OpenWrt Routing Packages
Find a file
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
batman-adv batman-adv: fix batctl compiler problems on mips 2013-07-31 11:53:36 +08:00
batmand batmand: adjust folder name to application name 2013-04-24 23:27:19 +08:00
bmx6 bmx6: update to 5fbbc59b (current master tip) 2013-08-03 22:06:11 +02:00
luci-app-bmx6 Move bmx6 and luci-app-bmx6 packages into root directory 2013-04-24 17:26:52 +02:00
ndppd Move files to ndppd folder for import in openwrt-routing feed 2013-07-01 15:35:57 +02:00
nodogsplash nodogsplash: use official github nodogsplash organization homepage 2013-05-20 18:42:53 +02:00
olsrd if we could not get the l3 device in olsrd_write_interface then try to get the 2013-08-07 23:39:18 +02:00
quagga quagga: Update to v0.99.22.3 2013-08-02 20:58:17 +03: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.