X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fps3%2Fimage%2FMakefile;h=1a79b3a864f2d884f3fc75d613fc9b1a07bd5325;hb=495ea3c8471821855f1fc06ef5f66ffa05fabe62;hp=b88f48aa625ce7c070f9e0a06c69825fc76267c0;hpb=f56b55940b85b85eab5b3c98eb2a65962657d3b7;p=openwrt-10.03%2F.git diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile index b88f48aa6..1a79b3a86 100644 --- a/target/linux/ps3/image/Makefile +++ b/target/linux/ps3/image/Makefile @@ -12,7 +12,9 @@ define Image/Prepare endef define Image/BuildKernel - cp $(KDIR)/image $(BIN_DIR)/otheros-$(BOARD).bld + cp $(KDIR)/image $(BIN_DIR)/otheros.bld + cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf + cp $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf $(TARGET_DIR) endef $(eval $(call BuildImage))