Skip to content
Commit 9ed48ef2 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-base: break circular luci.config <> luci.model.uci dependency



On certain environments, mainly with the embedded uhttpd interpreter, the
luci.config class cannot be loaded due to a circular dependency with the
luci.model.uci class.

Break up the dependency by deferring the loading of luci.config in
luci.model.uci until it is actually needed.

Fixes #1803, FS#1553.
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 72fe5dd7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment