summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-08-18 21:47:11 +0000
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-08-18 21:47:11 +0000
commit1113ce0ba728a02f8f88944e5ef84dd239794f49 (patch)
treeddfedb03bf9cfec1833b4123ae645cdde7b02de0
parent7f931f64df877cd167885ba3977e23213225998c (diff)
downloadmtk-20170518-1113ce0ba728a02f8f88944e5ef84dd239794f49.zip
mtk-20170518-1113ce0ba728a02f8f88944e5ef84dd239794f49.tar.gz
mtk-20170518-1113ce0ba728a02f8f88944e5ef84dd239794f49.tar.bz2
ps3: Rename bl-option to ps3-bl-option
Rename the bootloader helper script bl-option to ps3-bl-option. This change simply renames the file. No other changes are included. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17299
-rwxr-xr-xtarget/linux/ps3/petitboot/base-files/bin/login2
-rw-r--r--[-rwxr-xr-x]target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option (renamed from target/linux/ps3/petitboot/base-files/sbin/bl-option)0
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ps3/petitboot/base-files/bin/login b/target/linux/ps3/petitboot/base-files/bin/login
index 2e649f0..b17efcd 100755
--- a/target/linux/ps3/petitboot/base-files/bin/login
+++ b/target/linux/ps3/petitboot/base-files/bin/login
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2008 OpenWrt.org
-bl_option=/sbin/bl-option
+bl_option=/sbin/ps3-bl-option
if [ ! -f $bl_option ] ||
[ ! `$bl_option --get-telnet-enabled` ] ||
diff --git a/target/linux/ps3/petitboot/base-files/sbin/bl-option b/target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option
index 8eea93d..8eea93d 100755..100644
--- a/target/linux/ps3/petitboot/base-files/sbin/bl-option
+++ b/target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option