From 22947061278d3eba96d0a332be7176546d275a77 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 25 Jan 2010 23:06:47 +0000 Subject: rename -brcm-2.4 preinit files to -brcm, as they're shared with brcm47xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19336 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../lib/preinit/20_failsafe_set_boot_wait_brcm-2.4 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 target/linux/brcm-2.4/base-files/lib/preinit/20_failsafe_set_boot_wait_brcm-2.4 (limited to 'target/linux/brcm-2.4/base-files/lib/preinit/20_failsafe_set_boot_wait_brcm-2.4') diff --git a/target/linux/brcm-2.4/base-files/lib/preinit/20_failsafe_set_boot_wait_brcm-2.4 b/target/linux/brcm-2.4/base-files/lib/preinit/20_failsafe_set_boot_wait_brcm-2.4 deleted file mode 100644 index da721b848..000000000 --- a/target/linux/brcm-2.4/base-files/lib/preinit/20_failsafe_set_boot_wait_brcm-2.4 +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -. /etc/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 -- cgit v1.2.3