aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/base-files/lib/preinit/05_reset_button_adm5120
blob: 44f164adb6764b76ac6bf30cc8be3db0311d351f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

enable_reset_button() {
	insmod input-core
	insmod input-polldev
	insmod gpio_buttons
	insmod button-hotplug
}

boot_hook_add preinit_main enable_reset_button