ps3: Rename bl-option to ps3-bl-option
authorgeoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Aug 2009 21:47:11 +0000 (21:47 +0000)
committergeoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Aug 2009 21:47:11 +0000 (21:47 +0000)
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

target/linux/ps3/petitboot/base-files/bin/login
target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option [moved from target/linux/ps3/petitboot/base-files/sbin/bl-option with 100% similarity, mode: 0644]

index 2e649f04fed684e0b76546111afee832852738b3..b17efcdf420b1c87291b40c6b2d4122bad252d73 100755 (executable)
@@ -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` ] ||