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