mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +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
|
||||
2)
|
||||
HAVE_BLUE="true"
|
||||
HAVE_ORANGE="true"
|
||||
;;
|
||||
3)
|
||||
HAVE_ORANGE="true"
|
||||
HAVE_BLUE="true"
|
||||
;;
|
||||
4)
|
||||
HAVE_BLUE="true"
|
||||
|
||||
Reference in New Issue
Block a user