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

enable_reset_button() {
	insmod diag
}

boot_hook_add preinit_main enable_reset_button