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

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

boot_hook_add preinit_main enable_leds