diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-05 22:25:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-05 22:25:30 +0000 |
commit | 57803a98ec851b52f754138267ad81c66afa28a4 (patch) | |
tree | 8fc26ac3eccb59d994ef789b8623d97a7292ec82 /target/linux/brcm63xx/base-files/lib/brcm63xx.sh | |
parent | 84d306d23c5c9cfe9023204a6997b30a9e4ee9a9 (diff) | |
download | upstream-57803a98ec851b52f754138267ad81c66afa28a4.tar.gz upstream-57803a98ec851b52f754138267ad81c66afa28a4.tar.bz2 upstream-57803a98ec851b52f754138267ad81c66afa28a4.zip |
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 <florian@openwrt.org>
SVN-Revision: 35504
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 87b2063dbd..d3ad1b6e0b 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -9,6 +9,7 @@ status_led="" status_led2="" sys_mtd_part="" brcm63xx_has_reset_button="" +ifname="" brcm63xx_detect() { board_name=$(awk 'BEGIN{FS="[ \t:/]+"} /system type/ {print $4}' /proc/cpuinfo) |