]> git.gag.com Git - fw/quantimotor/commitdiff
also call the raspi-firmware kernel postinst hook in postinst for gpio content
authorBdale Garbee <bdale@gag.com>
Fri, 25 Jul 2025 19:01:50 +0000 (13:01 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 25 Jul 2025 19:01:50 +0000 (13:01 -0600)
debian/quantimotor.postinst

index 987afa0e80e1ac52adf690c001f45d25d3466ea3..f9e566d80ad30cf20ba55c1c11b0422cbf4ad345 100644 (file)
@@ -4,7 +4,10 @@ set -e
 
 case "$1" in
 configure)
-       # trigger the kernel postinst hook to ensure our dtb is in place
+       # trigger raspi-firmware postinst hook so our gpio config is included
+       DEB_MAINT_PARAMS="configure" /etc/kernel/postinst.d/z50-raspi-firmware
+
+       # trigger kernel postinst hook to ensure our dtb is in place
        DEB_MAINT_PARAMS="configure" /etc/kernel/postinst.d/z99-quantimotor
        ;;
 esac