uClibc: fix ubicom32 compile error with 0.9.32
[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.044505 seconds and 5 git commands to generate.