1#
2# Copyright (C) 2009 OpenWrt.org
3#
4
5. /lib/ar71xx.sh
6
7
8preinit_enable_reset_button() {
9	insmod gpio-button-hotplug
10}
11
12boot_hook_add preinit_main preinit_enable_reset_button
13
14