rename the bootloader image to standard name "otheros.bld"

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10860 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Yuji Mano 2008-04-18 22:04:37 +00:00
parent ad56549e6f
commit 672f9b6150
2 changed files with 4 additions and 4 deletions

View 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

View 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))