linux: disable ubuntu odm drivers.

This commit is contained in:
Luis Guzmán 2023-06-18 08:40:14 +00:00
parent d0babdec99
commit 94616e2518

View file

@ -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