firmware: expect pkg to be installed as non-automatic #3473

This commit is contained in:
Franco Fichtner 2019-10-28 10:44:00 +01:00
parent d643488126
commit df0734b37b

View File

@ -164,6 +164,9 @@ EOF
AUTOSET="set"
VITAEXPECT=1
VITASET="not set"
elif [ ${DEP} = "pkg" ]; then
AUTOEXPECT=0
AUTOSET="set"
fi
if [ "${AUTO}" != ${AUTOEXPECT} ]; then