From 25732b024715b9665108bad012bc6ef806501e67 Mon Sep 17 00:00:00 2001 From: Mario Krupa <34249331+pizzaboy75@users.noreply.github.com> Date: Fri, 26 Oct 2018 13:33:14 +0200 Subject: [PATCH] Fixed typo in order to make "delete" work again "getedid delete" did not work because of the use of the wrong $gpu variable output "intel" which should read "intel/amd" --- packages/sysutils/busybox/scripts/getedid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/scripts/getedid b/packages/sysutils/busybox/scripts/getedid index a23a05504f..7c760fd60f 100755 --- a/packages/sysutils/busybox/scripts/getedid +++ b/packages/sysutils/busybox/scripts/getedid @@ -42,7 +42,7 @@ check_gpu() { # run this first if the user already has a custom EDID but want to create a new one (TV or AVR change) del_edid() { - if [ "$gpu" = "intel" ]; then + if [ "$gpu" = "intel/amd" ]; then check_file if [ -f "$file".old ]; then mount_rw