i915: 设置为仅 x86_64 设备

This commit is contained in:
Hyy2001X 2021-06-19 21:01:56 +08:00
parent 75b22a5fb3
commit 26f58b18bd
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Firmware-Diy_Base() {
TIME "[ERROR] ${New_IP_Address} is not an IP Address !"
fi
}
[[ ${INCLUDE_DRM_I915} == true ]] && {
[[ ${INCLUDE_DRM_I915} == true && ${TARGET_PROFILE} == x86_64 ]] && {
Copy CustomFiles/Depends/DRM-I915 target/linux/x86
for X in $(ls -1 target/linux/x86 | grep "config-"); do cat DRM-I915 >> ${X}; done
}