aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx
blob: 317c8d15a6a2e876c485da04b63633ccbf458f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (C) 2009 OpenWrt.org
#

. /lib/ar71xx.sh


preinit_enable_reset_button() {
	insmod gpio-button-hotplug
}

boot_hook_add preinit_main preinit_enable_reset_button