#
# 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

