X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fimage.mk;h=78e1a2fdc80562cc20f0efbb72d4376b21301b09;hb=3e0bf90d9e58d95d4a3604505db492d57b2d15a9;hp=9c170af11bc64f34b8f2427e3c18cd90d50d8370;hpb=1ebe6d34880d1e26b37fe4f794b5039a8245e750;p=openwrt-10.03%2F.git diff --git a/include/image.mk b/include/image.mk index 9c170af11..78e1a2fdc 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