[lantiq] cleanup image makefile
[openwrt.git] / package / firewall / files / lib / core_init.sh
index e93de16..0356479 100644 (file)
@@ -288,7 +288,13 @@ fw_load_include() {
        local path
        config_get path ${name} path
 
-       [ -e $path ] && ( . $path )
+       [ -e $path ] && (
+               config() {
+                       fw_log error "You cannot use UCI in firewall includes!" >&2
+                       exit 1
+               }
+               . $path 
+       )
 }
 
 
This page took 0.022044 seconds and 4 git commands to generate.