diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 23:05:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 23:05:39 +0000 |
commit | 1abbe676d156885185658316c0ed695b5de09a1f (patch) | |
tree | 329cc49ed597f391bd9dd7046d3be961633a6245 /target/linux/x86/image | |
parent | 0dd7644ec71eedc94d0aab24e432149db73573f1 (diff) | |
download | upstream-1abbe676d156885185658316c0ed695b5de09a1f.tar.gz upstream-1abbe676d156885185658316c0ed695b5de09a1f.tar.bz2 upstream-1abbe676d156885185658316c0ed695b5de09a1f.zip |
x86: rename the iso file to openwrt-x86-generic.iso
SVN-Revision: 33641
Diffstat (limited to 'target/linux/x86/image')
-rw-r--r-- | target/linux/x86/image/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 028612a12e..3552748e60 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -219,8 +219,10 @@ define Image/Build $(call Image/Build/grub2,$(1)) $(call Image/Build/vdi,$(1)) $(call Image/Build/vmdk,$(1)) - endif $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img + else + $(CP) $(KDIR)/root.iso $(BIN_DIR)/$(IMG_PREFIX).iso + endif $(CP) $(KDIR)/bzImage $(BIN_DIR)/$(IMG_PREFIX)-vmlinuz $(call Image/Build/gzip/$(1)) endef |