base-files: diag does not need to insmod any drivers, procd already did it for us
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / lib / preinit / 05_enable_reset_button_ar71xx
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 . /lib/ar71xx.sh
6
7
8 preinit_enable_reset_button() {
9 insmod gpio-button-hotplug
10 }
11
12 boot_hook_add preinit_main preinit_enable_reset_button
13