mirror of https://github.com/hak5/openwrt-owl.git
broadcom-wl: properly detach nas by using start-stop-daemon to launch it
SVN-Revision: 19257owl
parent
f3c6c80cb8
commit
2920081f48
|
@ -132,6 +132,7 @@ enable_broadcom() {
|
||||||
|
|
||||||
_c=0
|
_c=0
|
||||||
nas="$(which nas)"
|
nas="$(which nas)"
|
||||||
|
[ -n "$nas" ] && nas="start-stop-daemon -S -b -x $nas -- "
|
||||||
nas_cmd=
|
nas_cmd=
|
||||||
if_up=
|
if_up=
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue