mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:38:59 +02:00
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
This commit is contained in:
parent
ea86a59d02
commit
20937ea280
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008 OpenWrt.org
|
||||||
|
|
||||||
bl_option=/sbin/bl-option
|
bl_option=/sbin/ps3-bl-option
|
||||||
|
|
||||||
if [ ! -f $bl_option ] ||
|
if [ ! -f $bl_option ] ||
|
||||||
[ ! `$bl_option --get-telnet-enabled` ] ||
|
[ ! `$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 New Issue
Block a user