X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fps3%2Fimage%2FMakefile;h=1a79b3a864f2d884f3fc75d613fc9b1a07bd5325;hb=3bd4d688fbc9365f3c8500dab17235716e2d34fd;hp=e5de26558ec1a1d32f133b4425e6e233a9c1be8c;hpb=f539177523a2c6235e8d20d87fdaa4ffbc3289a3;p=openwrt-10.03%2F.git diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile index e5de26558..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)-$(KERNEL).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))