mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
linux: merge post_install() into makeinstall_target()
$PKG_BUILD, a build time variable, is accessed in post_install(), which is an install time function. Move it, so the regdb files are copied in a build time function instead.
This commit is contained in:
parent
4197b75c8e
commit
b9c9046654
@ -250,9 +250,7 @@ makeinstall_target() {
|
||||
done
|
||||
cp -p arch/$TARGET_KERNEL_ARCH/boot/dts/overlays/README $INSTALL/usr/share/bootloader/overlays
|
||||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
mkdir -p $INSTALL/$(get_full_firmware_dir)/
|
||||
|
||||
# regdb and signature is now loaded as firmware by 4.15+
|
||||
|
Loading…
x
Reference in New Issue
Block a user