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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -