mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #2555 from Raybuntu/strip_addon_drivers
Fix wrong Strip with 64/32 in linux driver addons
This commit is contained in:
commit
b1f27de81a
@ -562,7 +562,7 @@ install_driver_addon_files() {
|
||||
mkdir -p $PKG_MODULE_DIR
|
||||
find $@ -name \*.ko -exec cp {} $PKG_MODULE_DIR \;
|
||||
|
||||
find $PKG_MODULE_DIR -name \*.ko -exec $STRIP --strip-debug {} \;
|
||||
find $PKG_MODULE_DIR -name \*.ko -exec ${TARGET_KERNEL_PREFIX}strip --strip-debug {} \;
|
||||
|
||||
mkdir -p $PKG_ADDON_DIR
|
||||
cp $PKG_DIR/changelog.txt $PKG_ADDON_DIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user