X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fps3%2Fimage%2FMakefile;h=1a79b3a864f2d884f3fc75d613fc9b1a07bd5325;hb=3bd4d688fbc9365f3c8500dab17235716e2d34fd;hp=1d04c40ae838066b8001e2c9bc8342eb13614a3e;hpb=075376fa7f12005468244b7d4e87578141510559;p=openwrt-10.03%2F.git diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile index 1d04c40ae..1a79b3a86 100644 --- a/target/linux/ps3/image/Makefile +++ b/target/linux/ps3/image/Makefile @@ -14,6 +14,7 @@ endef define Image/BuildKernel 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))