aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ps3/image
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
commit672f9b61500a5bbe749b3b619bb895c7b38a6677 (patch)
treef6b69922a9e612a0b1c2e9ba30ddf8a91eb4326e /target/linux/ps3/image
parentad56549e6f540c031af8e3296b4e0593e88a0aa1 (diff)
downloadmaster-187ad058-672f9b61500a5bbe749b3b619bb895c7b38a6677.tar.gz
master-187ad058-672f9b61500a5bbe749b3b619bb895c7b38a6677.tar.bz2
master-187ad058-672f9b61500a5bbe749b3b619bb895c7b38a6677.zip
rename the bootloader image to standard name "otheros.bld"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10860 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/image')
-rw-r--r--target/linux/ps3/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile
index b88f48aa62..1e0cad0696 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))