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:
parent
fb307534bb
commit
6b8a43d206
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
packages/jelos/sources/post-update
|
||||
packages/rocknix/sources/post-update
|
Loading…
Reference in a new issue