rename the bootloader image to standard name "otheros.bld"
authorymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Apr 2008 22:04:37 +0000 (22:04 +0000)
committerymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Apr 2008 22:04:37 +0000 (22:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10860 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ps3/README
target/linux/ps3/image/Makefile

index e97e48cf7c6356a7d4fb94d8ba8c3f0a0d5e0b0e..6b7c62dd7b6357a5db379593e0f6d70bc395d31c 100644 (file)
@@ -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
index b88f48aa625ce7c070f9e0a06c69825fc76267c0..1e0cad069601c70ef915c6a406b1616a7b216126 100644 (file)
@@ -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))