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

Add INSTALL_MOD_STRIP=1

parent 184ec9f1
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@ package() {
msg2 'Install modules'
# disable DEPMOD because it fail due to poor hack in scripts/depmod.sh
make -s INSTALL_MOD_PATH="$pkgdir/usr" DEPMOD=/bin/true modules_install
# INSTALL_MOD_STRIP will cause modules to be fully stripped
make -s INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 DEPMOD=/bin/true modules_install
msg2 'Install sources'
install_sources
......
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