From: Michael Tremer Date: Thu, 20 Feb 2014 12:01:48 +0000 (+0100) Subject: firewall: Fix proper check for BLUE and ORANGE devices. X-Git-Tag: v2.15-rc1~113 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=bcf1a62476de2dc720426aafe1e893f06608b9d5 firewall: Fix proper check for BLUE and ORANGE devices. --- diff --git a/config/firewall/firewall-policy b/config/firewall/firewall-policy index 773e5cea60..bd1e40d35a 100755 --- a/config/firewall/firewall-policy +++ b/config/firewall/firewall-policy @@ -41,10 +41,10 @@ HAVE_ORANGE="false" case "${CONFIG_TYPE}" in 2) - HAVE_BLUE="true" + HAVE_ORANGE="true" ;; 3) - HAVE_ORANGE="true" + HAVE_BLUE="true" ;; 4) HAVE_BLUE="true"