[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / target / linux / brcm47xx / base-files / lib / preinit / 05_reset_button_brcm
1 #!/bin/sh
2
3 enable_reset_button() {
4 insmod diag
5 }
6
7 boot_hook_add preinit_main enable_reset_button
8
This page took 0.043493 seconds and 5 git commands to generate.