From b979667e7578cd25f41e6d6194aadd37468caead Mon Sep 17 00:00:00 2001 From: winstonmcdougall Date: Tue, 4 Feb 2025 21:56:24 +0000 Subject: [PATCH] fix 9.1 no space on device boot failure issue as per 29 jan 2025 en test feedback forum post 101568 --- conf/machine/vuuno.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/vuuno.conf b/conf/machine/vuuno.conf index 0cc5783..7c970f7 100644 --- a/conf/machine/vuuno.conf +++ b/conf/machine/vuuno.conf @@ -26,4 +26,8 @@ EXTRA_IMAGEDEPENDS += "\ enigma2-plugin-systemplugins-remotecontrolcode \ " +PACKAGE_EXCLUDE += "\ + enigma2-plugin-extensions-openwebif \ +" + MACHINE_KERNEL_PR = "r5"