linux: add e100 firmware to initrd

This commit is contained in:
MilhouseVH 2017-08-01 00:06:29 +01:00
parent f8aae3e259
commit e5dd23bc93

View File

@ -157,7 +157,7 @@ pre_make_target() {
if [ "$TARGET_ARCH" = "x86_64" ]; then if [ "$TARGET_ARCH" = "x86_64" ]; then
# copy some extra firmware to linux tree # copy some extra firmware to linux tree
mkdir -p $PKG_BUILD/external-firmware mkdir -p $PKG_BUILD/external-firmware
cp -a $(get_build_dir kernel-firmware)/{amdgpu,amd-ucode,i915,radeon,rtl_nic} $PKG_BUILD/external-firmware cp -a $(get_build_dir kernel-firmware)/{amdgpu,amd-ucode,i915,radeon,e100,rtl_nic} $PKG_BUILD/external-firmware
cp -a $(get_build_dir intel-ucode)/intel-ucode $PKG_BUILD/external-firmware cp -a $(get_build_dir intel-ucode)/intel-ucode $PKG_BUILD/external-firmware