summaryrefslogtreecommitdiff
path: root/target/linux/ps3
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2008-04-18 22:04:37 +0000
committerYuji Mano <yuji.mano@am.sony.com>2008-04-18 22:04:37 +0000
commita9225ca3ae3c2290fc14c2d6d750a9782e94a002 (patch)
tree3927fd7302815d1ff9ab8f997c5b7ea9f3516a34 /target/linux/ps3
parent75c1ef75c444af1634216f560a4e6180e4b915e6 (diff)
downloadmtk-20170518-a9225ca3ae3c2290fc14c2d6d750a9782e94a002.zip
mtk-20170518-a9225ca3ae3c2290fc14c2d6d750a9782e94a002.tar.gz
mtk-20170518-a9225ca3ae3c2290fc14c2d6d750a9782e94a002.tar.bz2
rename the bootloader image to standard name "otheros.bld"
SVN-Revision: 10860
Diffstat (limited to 'target/linux/ps3')
-rw-r--r--target/linux/ps3/README6
-rw-r--r--target/linux/ps3/image/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ps3/README b/target/linux/ps3/README
index e97e48c..6b7c62d 100644
--- a/target/linux/ps3/README
+++ b/target/linux/ps3/README
@@ -1,7 +1,7 @@
-OpenWRT on PS3
+OpenWRT on Sony PS3 Game Console
-To install the built image, you'll need to copy bin/otheros-ps3-2.6.bld
-to a USB device, MMC card or CD image. The image will need to be placed
+To install the built image, you'll need to copy bin/otheros.bld to a
+USB device, MMC card or CD image. The image will need to be placed
on your media, at the path:
/ps3/otheros/otheros.bld
diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile
index b88f48a..1e0cad0 100644
--- a/target/linux/ps3/image/Makefile
+++ b/target/linux/ps3/image/Makefile
@@ -12,7 +12,7 @@ define Image/Prepare
endef
define Image/BuildKernel
- cp $(KDIR)/image $(BIN_DIR)/otheros-$(BOARD).bld
+ cp $(KDIR)/image $(BIN_DIR)/otheros.bld
endef
$(eval $(call BuildImage))