base-files: introduce sysupgrade signature chain verification
[openwrt/staging/dedeckeh.git] / package / base-files / files / sbin / sysupgrade
index c9615e54c30253a9eb611a4d730556ea7746f1c2..3cebfb68e06a838f2dac8e3dda28e27ea3418df3 100755 (executable)
@@ -136,7 +136,7 @@ add_overlayfiles() {
 }
 
 # hooks
-sysupgrade_image_check="fwtool_check_image platform_check_image"
+sysupgrade_image_check="fwtool_check_signature fwtool_check_image platform_check_image"
 
 if [ $SAVE_OVERLAY = 1 ]; then
        [ ! -d /overlay/upper/etc ] && {