diff --git a/target/linux/ps3/README b/target/linux/ps3/README index e97e48cf7c6..6b7c62dd7b6 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 b88f48aa625..1e0cad06960 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))