aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ps3/petitboot
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2009-08-18 21:47:11 +0000
committerGeoff Levand <geoff@infradead.org>2009-08-18 21:47:11 +0000
commit3f063c39b8fc802e318ed0b7cc53694f7f419fd3 (patch)
treeadd1c886c59d70a2064af7af8b65d9f0f3616b89 /target/linux/ps3/petitboot
parent3900114d34cad6cffce449fe68bb4cf98c86e33c (diff)
downloadmaster-187ad058-3f063c39b8fc802e318ed0b7cc53694f7f419fd3.tar.gz
master-187ad058-3f063c39b8fc802e318ed0b7cc53694f7f419fd3.tar.bz2
master-187ad058-3f063c39b8fc802e318ed0b7cc53694f7f419fd3.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/petitboot')
-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 2e649f04fe..b17efcdf42 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 8eea93d979..8eea93d979 100755..100644
--- a/target/linux/ps3/petitboot/base-files/sbin/bl-option
+++ b/target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option