From: blogic Date: Sun, 14 Oct 2007 13:39:35 +0000 (+0000) Subject: fixed generation of iso images X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7e638bc2e1120b149feb5c0050cfe38bc0f9c7a8;p=openwrt.git fixed generation of iso images git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index dd147b869a..db83e324cc 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -85,8 +85,8 @@ define Image/BuildKernel endef define Image/Build - $(call Image/Build/$(1)) $(call Image/Build/grub,$(1)) + $(call Image/Build/$(1)) $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).fs $(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz endef