Commit 0c7af6e3 authored by Adam Wujek's avatar Adam Wujek

[Feature: #221] rootfs: recognize more manufacturer strings

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent ac962898
...@@ -23,7 +23,7 @@ case ${SCB_MAJOR} in ...@@ -23,7 +23,7 @@ case ${SCB_MAJOR} in
esac esac
case ${MANUFACTURER} in case ${MANUFACTURER} in
"Seven Solutions") "Seven Solutions" | "7S")
MANUFACTURER_N=2 MANUFACTURER_N=2
;; ;;
...@@ -35,7 +35,7 @@ case ${MANUFACTURER} in ...@@ -35,7 +35,7 @@ case ${MANUFACTURER} in
MANUFACTURER_N=4 MANUFACTURER_N=4
;; ;;
"OPNT") "OPNT" | "OPNT ")
MANUFACTURER_N=5 MANUFACTURER_N=5
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment