mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14: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
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/mwan3/common.sh
|
||||
. /lib/functions/network.sh
|
||||
. /lib/mwan3/mwan3.sh
|
||||
. "${IPKG_INSTROOT}/lib/mwan3/common.sh"
|
||||
. "${IPKG_INSTROOT}/lib/functions/network.sh"
|
||||
. "${IPKG_INSTROOT}/lib/mwan3/mwan3.sh"
|
||||
|
||||
START=19
|
||||
USE_PROCD=1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /usr/share/libubox/jshn.sh
|
||||
. "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh"
|
||||
|
||||
IPS="ipset"
|
||||
IPT4="iptables -t mangle -w"
|
||||
|
||||
Reference in New Issue
Block a user