mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Fix wrong Strip with 64/32 in linux driver addons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user