base-files: diag does not need to insmod any drivers, procd already did it for us
[openwrt.git] / target / linux / brcm63xx / base-files / lib / preinit / 05_reset_button_brcm63xx
index f33825f..0dfca73 100644 (file)
@@ -1,13 +1,12 @@
 #!/bin/sh
 
 #!/bin/sh
 
-. /lib/brcm63xx.sh
-
 enable_reset_button() {
        if [ "$brcm63xx_has_reset_button" = "true" ]; then
                insmod input-core
                insmod input-polldev
                insmod gpio_buttons
                insmod button-hotplug
 enable_reset_button() {
        if [ "$brcm63xx_has_reset_button" = "true" ]; then
                insmod input-core
                insmod input-polldev
                insmod gpio_buttons
                insmod button-hotplug
+               insmod gpio_keys_polled
        fi
 }
 
        fi
 }