OpenWrt Routing Packages
Fix NoDogSplash Startup Failure if Device is Not Ready. The function wait_for_interface() was incorporated into the nodogsplash init script to prevent startup failure if the device for nodogsplash to bind to is not yet up when nodogsplash starts at boot time. However if option network is defined in the configuration file, the function network_get_device() is used to determine the required device. Unfortunately if the device is not ready when network_get_device() is called, null is returned without error resulting in an empty temporary .config file being created in /tmp/etc. NoDogsplash then fails. The proposed updated config file defaults to setting option gatewayinterface 'br-lan'. |
||
---|---|---|
ahcpd | ||
alfred | ||
babel-pinger | ||
babeld | ||
batctl | ||
batman-adv | ||
batmand | ||
bird | ||
bird-openwrt | ||
bmx6 | ||
bmx7 | ||
cjdns | ||
hnetd | ||
luci-app-bmx6 | ||
luci-app-bmx7 | ||
luci-app-cjdns | ||
mcproxy | ||
minimalist-pcproxy | ||
miniupnpd | ||
mrd6 | ||
nat46 | ||
ndppd | ||
nodogsplash | ||
nodogsplash2 | ||
ohybridproxy | ||
olsrd | ||
oonf-dlep-proxy | ||
oonf-dlep-radio | ||
oonf-init-scripts | ||
oonf-olsrd2 | ||
pimbd | ||
poprouting | ||
quagga | ||
smcroute | ||
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.