From: Nico Geyso Date: Fri, 17 Oct 2014 16:25:28 +0000 (+0200) Subject: fixes missing imports for gwcheck X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=refs%2Fpull%2F229%2Fhead fixes missing imports for gwcheck since r41281 (83e9122) network.sh depends on jsonfilter instead of jshn. Therefor jshn is missing for gwcheck and needs to be sourced manually. --- diff --git a/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh b/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh index 6bba7f0b0..b86b66873 100755 --- a/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh +++ b/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh @@ -5,6 +5,7 @@ . /lib/functions.sh . /lib/functions/network.sh +. /usr/share/libubox/jshn.sh # exit if dyngw_plain is not enabled or RtTable is not (254 or unset) config_load olsrd