git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0103344
)
fixes missing imports for gwcheck
author
Nico Geyso
<redacted>
Fri, 17 Oct 2014 16:25:28 +0000
(18:25 +0200)
committer
Nico Geyso
<redacted>
Fri, 17 Oct 2014 16:27:24 +0000
(18:27 +0200)
since r41281 (
83e9122
) network.sh depends on jsonfilter instead of jshn.
Therefor jshn is missing for gwcheck and needs to be sourced manually.
contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh
patch
|
blob
|
history
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 6bba7f0b0d00fabe604df466dcf95ce159906e8b..b86b66873694864f41892b47ddd841d0b6384f22 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT