1#!/bin/sh
2
3enable_reset_button() {
4	insmod diag
5}
6
7boot_hook_add preinit_main enable_reset_button
8
9