Browse Source

fixed generation of iso images

SVN-Revision: 9317
John Crispin 18 years ago
parent
commit
16b236fb69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/x86/image/Makefile

+ 1 - 1
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