Using old but functional eudev

This commit is contained in:
Fabio Belavenuto 2022-11-30 14:07:26 -03:00
parent 7b67dd0456
commit 5495484c9a
2 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ set -e
declare -A KVERS declare -A KVERS
KVERS["DS918+"]="4.4.180" KVERS["DS918+"]="4.4.180"
KVERS["DS920+"]="4.4.180" KVERS["DS920+"]="4.4.180"
KVERS["DS923+"]="4.4.180"
KVERS["DS1520+"]="4.4.180" KVERS["DS1520+"]="4.4.180"
KVERS["DS1621+"]="4.4.180" KVERS["DS1621+"]="4.4.180"
KVERS["DS2422+"]="4.4.180" KVERS["DS2422+"]="4.4.180"