commit | 6047f5a0c5fcb80f5fb8c9a8365c4b122dda0918 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Fri Jul 12 12:55:35 2019 +0200 |
committer | Ćukasz Patron <priv.luk@gmail.com> | Fri Jul 19 21:49:04 2019 +0200 |
tree | a08ee25ccadc6bf6304ceb93afbf77b18834a6fa | |
parent | 19c36cd7a69fe5cc880b3986b8c0d1341f5d81cf [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