brcm47xx: do not change nvram without user interaction

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37281 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Hauke Mehrtens 2013-07-14 12:56:42 +00:00
parent cd7c8bbe3d
commit 6859bb2428
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
#!/bin/sh
. /lib/functions.sh
set_boot_wait() {
[ -x "/usr/sbin/nvram" ] && {
[ "$(nvram get boot_wait)" != "on" ] && {
nvram set boot_wait=on
nvram commit
}
}
}
boot_hook_add failsafe set_boot_wait