From: geoff Date: Tue, 18 Aug 2009 21:47:11 +0000 (+0000) Subject: ps3: Rename bl-option to ps3-bl-option X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=20937ea280b0a3f87e733ad70d73f244257a5e8f;p=openwrt-10.03%2F.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17299 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ps3/petitboot/base-files/bin/login b/target/linux/ps3/petitboot/base-files/bin/login index 2e649f04f..b17efcdf4 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 old mode 100755 new mode 100644 similarity index 100% rename from target/linux/ps3/petitboot/base-files/sbin/bl-option rename to target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option