aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/base-files/lib/preinit/05_reset_button_brcm
blob: 5a5ffe96c0ebf70b6286aaf523cdf4b52a3d42b6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

enable_reset_button() {
	insmod diag
}

boot_hook_add preinit_main enable_reset_button