Browse Source

target (base-files): Fixed failsafe mode by adding back insmod diag

SVN-Revision: 22186
Daniel Dickinson 15 years ago
parent
commit
17ba48cd90
1 changed files with 8 additions and 0 deletions
  1. 8 0
      target/linux/brcm47xx/base-files/lib/preinit/05_reset_button_brcm

+ 8 - 0
target/linux/brcm47xx/base-files/lib/preinit/05_reset_button_brcm

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+enable_reset_button() {
+	insmod diag
+}
+
+boot_hook_add preinit_main enable_reset_button
+