DRM_I915: 添加 generic x86 设备支持

This commit is contained in:
Hyy2001X 2021-07-17 00:42:47 +08:00
parent 12e3bdae6c
commit e8f924b206
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Firmware-Diy_Main() {
sed -i "s/${Old_IP_Address}/${Default_LAN_IP}/g" package/base-files/files/bin/config_generate
fi
}
[[ ${INCLUDE_DRM_I915} == true && ${TARGET_PROFILE} == x86_64 ]] && {
[[ ${INCLUDE_DRM_I915} == true && ${TARGET_BOARD} == x86 ]] && {
Copy CustomFiles/Depends/DRM-I915 target/linux/x86
for X in $(ls -1 target/linux/x86 | grep "config-"); do echo -e "\n$(cat target/linux/x86/DRM-I915)" >> target/linux/x86/${X}; done
}