From 94616e25187e75cd5fc3b14250eb5a1a440f2456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sun, 18 Jun 2023 08:40:14 +0000 Subject: [PATCH] linux: disable ubuntu odm drivers. --- helpers/make-linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/make-linux b/helpers/make-linux index cdd369b..c449620 100644 --- a/helpers/make-linux +++ b/helpers/make-linux @@ -216,6 +216,8 @@ sed -i "/CONFIG_FW_LOADER_USER_HELPER_FALLBACK/s|'ppc64el': 'n',|'ppc64el': '-', # Disable aaeon. sed -i "/AAEON/d" debian.master/config/annotations +# Disable ubuntu ODM drivers +sed -i "/CONFIG_UBUNTU_ODM_DRIVERS/d" debian.master/config/annotations cp debian.master/config debian.hwe -a