Redmine-patch-id: 3680
If I build an image with the imagebuilder I get the following output
during image building:
../root-x86/etc/init.d/collectd: line 4: /usr/share/libubox/jshn.sh:
No such file or directory
To remove this messsage move include to the needed postion, so that the
message does not occur during image building on the host system anymore.
Signed-off-by: Florian Eckert <redacted>
PKG_NAME:=collectd
PKG_VERSION:=5.9.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2016 OpenWrt.org
-. "/usr/share/libubox/jshn.sh"
-
START=80
STOP=10
local config=""
+ . /usr/share/libubox/jshn.sh
json_init
json_load_file "$json"