Remove 041-panforst lingering quirk on rk33* in post-update

For folks updating from jelos, forcepack is buggy and had been made an
option.
Also update post-update symlink in root.
This commit is contained in:
sydarn 2024-04-03 11:53:52 +02:00
parent fb307534bb
commit 6b8a43d206
2 changed files with 7 additions and 1 deletions

View file

@ -77,3 +77,9 @@ fi
### Add items below this line that are safe to remove after a period of time.
################################################################################
# Remove forcepack setting for folks updating from jelos rk3326 and rk3399
if echo ${HW_DEVICE} | grep RK33; then
echo "Removing"
rm -f /storage/.config/profile.d/041-panfrost
fi

View file

@ -1 +1 @@
packages/jelos/sources/post-update
packages/rocknix/sources/post-update