first commit
This commit is contained in:
8
external/packages/bsp/ky/etc/initramfs-tools/hooks/add_firmware_to_initrd.sh
vendored
Executable file
8
external/packages/bsp/ky/etc/initramfs-tools/hooks/add_firmware_to_initrd.sh
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
# Copy firmware file to initrd
|
||||
#
|
||||
|
||||
mkdir -p "${DESTDIR}"/lib/firmware
|
||||
cp -rf /lib/firmware/esos.elf "${DESTDIR}"/lib/firmware
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user