Installing Linux Kernel Modules without plus + (on ARM) -


installing linux kernel modules of version 3.4.79, foulder 3.4.79+.

how can install without +?

doing

make arch=arm install_module_path=dest modules_install

this worked me:

sed -i "s|config_localversion_auto=.*|config_localversion_auto=n|" .config && make localversion= 

Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -