diff options
author | ymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-18 22:04:37 +0000 |
---|---|---|
committer | ymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-18 22:04:37 +0000 |
commit | 85ae9d525c528b0409bad1e1fa927408d56a2352 (patch) | |
tree | f6b69922a9e612a0b1c2e9ba30ddf8a91eb4326e | |
parent | d79f615a7b5e4bba20d7bb244559fec79211d0b7 (diff) |
rename the bootloader image to standard name "otheros.bld"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10860 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ps3/README | 6 | ||||
-rw-r--r-- | target/linux/ps3/image/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ps3/README b/target/linux/ps3/README index e97e48cf7..6b7c62dd7 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 b88f48aa6..1e0cad069 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)) |