mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user