From bcf1a62476de2dc720426aafe1e893f06608b9d5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 20 Feb 2014 13:01:48 +0100 Subject: [PATCH] firewall: Fix proper check for BLUE and ORANGE devices. --- config/firewall/firewall-policy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5