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
Post a Comment