This commit is contained in:
John Doe
2023-12-23 05:33:02 +08:00
parent 1aa1bbad21
commit 56eb1412e6
2 changed files with 2 additions and 2 deletions

View File

@@ -128,8 +128,7 @@ fi
# fix for x86
if [[ $DEVICE == 'x86' ]]; then
echo -ne "CONFIG_PACKAGE_kmod-usb-audio=n\n" >> .config
make defconfig
echo -ne "CONFIG_PACKAGE_kmod-usb-audio=n\n" >> .config_fix
fi
# ...