Searched refs:cfgtype (Results 1 - 1 of 1) sorted by relevance

/openwrt/package/base-files/files/lib/
H A Dfunctions.sh54 local cfgtype="$1"
60 [ -n "$NO_CALLBACK" ] || config_cb "$cfgtype" "$name"
62 export ${NO_EXPORT:+-n} "CONFIG_${CONFIG_SECTION}_TYPE=$cfgtype"
128 local section cfgtype
132 config_get cfgtype "$section" TYPE
133 [ -n "$___type" -a "x$cfgtype" != "x$___type" ] && continue

Completed in 42 milliseconds