Merge pull request #34 from wlanslovenija/master
Fix broken olsrd init script activation
This commit is contained in:
commit
becec22cba
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2008-2013 OpenWrt.org
|
||||
|
||||
. /lib/functions/olsrd.sh
|
||||
. $IPKG_INSTROOT/lib/functions/olsrd.sh
|
||||
|
||||
START=65
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2008-2013 OpenWrt.org
|
||||
|
||||
. /lib/functions/olsrd.sh
|
||||
. $IPKG_INSTROOT/lib/functions/olsrd.sh
|
||||
|
||||
START=65
|
||||
|
||||
|
|
Loading…
Reference in a new issue