Skip to content
Snippets Groups Projects
Commit f9ee2e67 authored by Seblu's avatar Seblu
Browse files

Do not strip the kernel

This make it fail to boot.
parent fa521955
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,6 @@ package() {
msg2 'Installing vmlinuz'
install -D -m644 "$(make -s image_name)" "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel"
msg2 'Stripping vmlinuz'
strip -v $STRIP_STATIC "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel"
msg2 'Installing modules'
# disable DEPMOD because it fail due to poor hack in scripts/depmod.sh
# INSTALL_MOD_STRIP will cause modules to be fully stripped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment