make the rest of the structure for the targets that dont have profiles yet
[openwrt.git] / target / linux / x86-2.6 / image / Makefile
index e594464..9c26d68 100644 (file)
@@ -75,6 +75,10 @@ define Image/Build/squashfs
     $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
 endef
 
+define Image/BuildKernel
+       $(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
+endef
+
 define Image/Build
        $(call Image/Build/$(1))
        $(call Image/Build/grub,$(1))
This page took 0.028226 seconds and 4 git commands to generate.