1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

procd: add shell functions to add instance data

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41481
This commit is contained in:
Felix Fietkau 2014-07-02 19:18:16 +00:00
parent 2b274eb719
commit 2baf4d4fb0

@ -264,6 +264,17 @@ _procd_kill() {
_procd_ubus_call delete
}
procd_open_data() {
local name="$1"
json_set_namespace procd __procd_old_cb
json_add_object data
}
procd_close_data() {
json_close_object
json_set_namespace $__procd_old_cb
}
uci_validate_section()
{
local _package="$1"