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
This commit is contained in:
parent
7f931f64df
commit
1113ce0ba7
2 changed files with 1 additions and 1 deletions
|
@ -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` ] ||
|
||||
|
|
0
target/linux/ps3/petitboot/base-files/sbin/bl-option → target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option
Executable file → Normal file
0
target/linux/ps3/petitboot/base-files/sbin/bl-option → target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option
Executable file → Normal file
Loading…
Reference in a new issue