mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-05 08:28:18 +00:00
target (base-files): Fixed failsafe mode by adding back insmod diag
SVN-Revision: 22186
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
enable_reset_button() {
|
||||
insmod diag
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main enable_reset_button
|
||||
|
||||
Reference in New Issue
Block a user