From 6b8a43d206b6c277ea59f6450913f0dff2814877 Mon Sep 17 00:00:00 2001 From: sydarn Date: Wed, 3 Apr 2024 11:53:52 +0200 Subject: [PATCH] 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. --- packages/rocknix/sources/post-update | 6 ++++++ post-update | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/rocknix/sources/post-update b/packages/rocknix/sources/post-update index 8c623d940..de959aa96 100644 --- a/packages/rocknix/sources/post-update +++ b/packages/rocknix/sources/post-update @@ -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 diff --git a/post-update b/post-update index 40c7c9488..d5ffef179 120000 --- a/post-update +++ b/post-update @@ -1 +1 @@ -packages/jelos/sources/post-update \ No newline at end of file +packages/rocknix/sources/post-update \ No newline at end of file