Merge pull request #369 from fbelavenuto/old-eudev

Using old but functional eudev
This commit is contained in:
Fabio Belavenuto 2022-11-30 14:07:40 -03:00 committed by GitHub
commit 4705d0c82f
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"