From 16b236fb69dd924169769cc4526a9075ec47b0d6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 14 Oct 2007 13:39:35 +0000 Subject: [PATCH] fixed generation of iso images SVN-Revision: 9317 --- target/linux/x86/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2