preinit: fix mixup between led and reset button enable on some platforms (thx, cshore)
[openwrt.git] / target / linux / adm5120 / base-files / lib / preinit / 05_reset_button_adm5120
1 #!/bin/sh
2
3 enable_reset_button() {
4 insmod input-core
5 insmod input-polldev
6 insmod gpio_buttons
7 insmod button-hotplug
8 }
9
10 boot_hook_add preinit_main enable_reset_button
11
12
This page took 0.045916 seconds and 5 git commands to generate.