commit | b9881e027736c721c51a6f41e17a58cee908ad7a | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Fri Jul 12 12:55:35 2019 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Aug 01 02:41:15 2019 -0400 |
tree | 4484f7c16975f344342e21c725522f3f4ac9c24d | |
parent | ebb66d5c32c689fd3e615fbb5e46eabbc6401f9d [diff] |
kernel: Consider depmod version when handling kernel modules * This fixes dirty boot image rebuilding on devices with CONFIG_LOCALVERSION_AUTO=y and any driver set to =m. * Basically appending `cat include/config/kernel.release` to modules path makes sure that our find does not return old modules which would make cp fail with 'cp: will not overwrite just-created' message. Change-Id: Ifb79d33b95d7671d8b2d6633644c8b8290d1f442