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

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

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

google shop client API returns 400 bad request error while adding an item -