X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Fimage.mk;h=78e1a2fdc80562cc20f0efbb72d4376b21301b09;hp=9c170af11bc64f34b8f2427e3c18cd90d50d8370;hb=a2466897451fdd9d5aa6d8621c7e1d4071f2a383;hpb=e8a0fd0161636c81c2c7fb53b7534d8350beb9a6 diff --git a/include/image.mk b/include/image.mk index 9c170af11b..78e1a2fdc8 100644 --- a/include/image.mk +++ b/include/image.mk @@ -61,8 +61,10 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) tar -zcf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tgz --owner=root --group=root -C $(BUILD_DIR)/root/ . endef endif - - +else + define Image/BuildKernel + cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux.elf + endef endif