mirror of https://github.com/hak5/openwrt-owl.git
target (base-files): Fixed failsafe mode by adding back insmod diag
SVN-Revision: 22186owl
parent
ac5279e6bc
commit
17ba48cd90
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
enable_reset_button() {
|
||||
insmod diag
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main enable_reset_button
|
||||
|
Loading…
Reference in New Issue