kernel: fix wrong line for the +@DRIVER_WEXT_SUPPORT dependency in kmod-net-zd1201
[openwrt.git] / package / firewall / files / lib / fw.sh
index 19dddef..8969472 100644 (file)
@@ -242,5 +242,6 @@ fw_get_subnet4() {
                                export -n -- "$_var=! $_flag $_ipaddr/${_netmask:-255.255.255.255}" || \
                                export -n -- "$_var=$_flag $_ipaddr/${_netmask:-255.255.255.255}"
                ;;
+               *) export -n -- "$_var=" ;;
        esac
 }
This page took 0.021038 seconds and 4 git commands to generate.