OpenWrt Routing Packages
B.A.T.M.A.N. V support additional settings which are hardif specific. The batadv_hardif proto has to expose them to allow automatic configuration. The default configuration would be: config interface 'bat0_hardif_eth0' option proto 'batadv_hardif' option master 'bat0' option ifname 'eth0' option mtu '1536' option 'elp_interval' 500 # string like '1mbit' is accepted instead of kbit for override option 'throughput_override' '0' Signed-off-by: Sven Eckelmann <sven@narfation.org> |
||
---|---|---|
ahcpd | ||
alfred | ||
babel-pinger | ||
babeld | ||
batctl | ||
batman-adv | ||
batmand | ||
bird1 | ||
bird1-openwrt | ||
bird2 | ||
bmx6 | ||
bmx7 | ||
cjdns | ||
hnetd | ||
luci-app-bmx6 | ||
luci-app-bmx7 | ||
luci-app-cjdns | ||
mcproxy | ||
minimalist-pcproxy | ||
mrd6 | ||
ndppd | ||
nodogsplash | ||
ohybridproxy | ||
olsrd | ||
oonf-dlep-proxy | ||
oonf-dlep-radio | ||
oonf-init-scripts | ||
oonf-olsrd2 | ||
pimbd | ||
prince | ||
quagga | ||
vis | ||
MAINTAINERS | ||
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.