Merge pull request #770 from Locutus73/dev

Update post-update
This commit is contained in:
fewtarius 2022-12-04 16:01:15 -05:00 committed by GitHub
commit cd7f376a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,3 +119,11 @@ then
echo "Make sure weston is our default." >>${LOG}
set_setting weston.startup "/usr/bin/start_es.sh"
fi
# Fixing asound.state on RG552 with broken values
if [ "${HW_DEVICE}" == "RG552" ] && \
[ "$(grep -i 'value.*Invert' /storage/.config/asound.state)" ]
then
echo "Fix asound.state." >>${LOG}
cp /usr/config/asound.state /storage/.config/asound.state
fi