Commit f9ee2e67 authored by Seblu's avatar Seblu
Browse files

Do not strip the kernel

This make it fail to boot.
parent fa521955
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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