firewall: Fix proper check for BLUE and ORANGE devices.

This commit is contained in:
Michael Tremer
2014-02-20 13:01:48 +01:00
parent 29201ca84b
commit bcf1a62476

View File

@@ -41,10 +41,10 @@ HAVE_ORANGE="false"
case "${CONFIG_TYPE}" in case "${CONFIG_TYPE}" in
2) 2)
HAVE_BLUE="true" HAVE_ORANGE="true"
;; ;;
3) 3)
HAVE_ORANGE="true" HAVE_BLUE="true"
;; ;;
4) 4)
HAVE_BLUE="true" HAVE_BLUE="true"