mwan3: add IPKG_INSTROOT to scripts
IPKG_INSTROOT needed for including mwan3 when building images Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
This commit is contained in:
parent
1ef1491e1a
commit
b849fc73fb
2 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
. /lib/functions.sh
|
. "${IPKG_INSTROOT}/lib/mwan3/common.sh"
|
||||||
. /lib/mwan3/common.sh
|
. "${IPKG_INSTROOT}/lib/functions/network.sh"
|
||||||
. /lib/functions/network.sh
|
. "${IPKG_INSTROOT}/lib/mwan3/mwan3.sh"
|
||||||
. /lib/mwan3/mwan3.sh
|
|
||||||
|
|
||||||
START=19
|
START=19
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. /usr/share/libubox/jshn.sh
|
. "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh"
|
||||||
|
|
||||||
IPS="ipset"
|
IPS="ipset"
|
||||||
IPT4="iptables -t mangle -w"
|
IPT4="iptables -t mangle -w"
|
||||||
|
|
Loading…
Reference in a new issue