1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-03 01:39:28 +02:00

fixed generation of iso images

SVN-Revision: 9317
This commit is contained in:
John Crispin 2007-10-14 13:39:35 +00:00
parent 93c450a043
commit 16b236fb69

@ -85,8 +85,8 @@ define Image/BuildKernel
endef endef
define Image/Build define Image/Build
$(call Image/Build/$(1))
$(call Image/Build/grub,$(1)) $(call Image/Build/grub,$(1))
$(call Image/Build/$(1))
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).fs $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).fs
$(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz $(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
endef endef