kernel: do not try to probe builtin modules on empty kmod package install
authorJonas Gorski <jonas.gorski@gmail.com>
Sun, 18 Jun 2017 15:40:01 +0000 (17:40 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Thu, 20 Jul 2017 10:49:09 +0000 (12:49 +0200)
commit34c01e68b5d6b06ce3794ef0e2b06e81ec3ce8ca
tree0af7b9bc24445a75aef39d7d42e767343f715df8
parent6bdb662debf804d1c5049b7cdddc30591e42a1e1
kernel: do not try to probe builtin modules on empty kmod package install

Builtin modules are always present, and trying to load them will cause
modprobe to spew errors when installing the empty kmod packages.

Fix this by never generating any postinst module install instructions
for builtin modules.

Fixes #842.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
include/kernel.mk