summaryrefslogtreecommitdiff
path: root/recipes-kernel/vizzini/vizzini.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-02-01 17:38:16 -0600
committerJohn Klug <john.klug@multitech.com>2018-03-08 10:36:58 -0600
commit5067ed149a07e4d882dd1c910238d88084eb7277 (patch)
tree8ec6c84f9d8a29f39cd3711f4f6ef7a0105cb270 /recipes-kernel/vizzini/vizzini.inc
parentc8c0b95e6d2a0e3bd2abd5c5296baeef0cf89a76 (diff)
downloadmeta-multitech-5067ed149a07e4d882dd1c910238d88084eb7277.tar.gz
meta-multitech-5067ed149a07e4d882dd1c910238d88084eb7277.tar.bz2
meta-multitech-5067ed149a07e4d882dd1c910238d88084eb7277.zip
Add the kernel revision to vizzini and mts-io, and make sure to update the package list for modprobe after installing the package3.3.23
Diffstat (limited to 'recipes-kernel/vizzini/vizzini.inc')
-rw-r--r--recipes-kernel/vizzini/vizzini.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/vizzini/vizzini.inc b/recipes-kernel/vizzini/vizzini.inc
index def3f1b..eb9bc54 100644
--- a/recipes-kernel/vizzini/vizzini.inc
+++ b/recipes-kernel/vizzini/vizzini.inc
@@ -46,3 +46,8 @@ do_install() {
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/vizzini.init ${D}${sysconfdir}/init.d/vizzini
}
+
+pkg_postinst_${PN} () {
+ /sbin/depmod -a
+}
+