From 85ae9d525c528b0409bad1e1fa927408d56a2352 Mon Sep 17 00:00:00 2001 From: ymano Date: Fri, 18 Apr 2008 22:04:37 +0000 Subject: rename the bootloader image to standard name "otheros.bld" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10860 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ps3/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ps3/image') 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)) -- cgit v1.2.3