From ad40dc736c20e57ebb8a11d0a89910db5574ec5c Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Feb 2013 22:25:30 +0000 Subject: [brcm63xx] remove superfluous calls to /lib/brcm63xx.sh The first preinit script 03_do_brcm63xx.sh does the right job of exporting variables for the other subsequent preinit scripts to use them. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35504 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx') diff --git a/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx b/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx index f6bfbdec3..0dfca73c2 100644 --- a/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx +++ b/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx @@ -1,7 +1,5 @@ #!/bin/sh -. /lib/brcm63xx.sh - enable_reset_button() { if [ "$brcm63xx_has_reset_button" = "true" ]; then insmod input-core -- cgit v1.2.3