mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-05 03:18:00 +02:00
firewall: Fix proper check for BLUE and ORANGE devices.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user