From: blogic Date: Sat, 7 Jun 2008 14:58:08 +0000 (+0000) Subject: rename ifmips images X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=c9399a41b9b8a8a2ede27eb8b6e49a6cf250449c;p=10.03%2Fopenwrt.git rename ifmips images git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11394 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ifxmips/image/Makefile b/target/linux/ifxmips/image/Makefile index 94eefe870..e2ea855d9 100644 --- a/target/linux/ifxmips/image/Makefile +++ b/target/linux/ifxmips/image/Makefile @@ -22,17 +22,17 @@ define Image/BuildKernel -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \ -d $(KDIR)/vmlinux.lzma $(KDIR)/uImage - cp $(KDIR)/uImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-uImage + cp $(KDIR)/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage endef define Image/Build/squashfs - cat $(KDIR)/uImage $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).image - $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).image) + cat $(KDIR)/uImage $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).image + $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(BOARD)-$(1).image) endef define Image/Build/jffs2-64k dd if=$(KDIR)/uImage of=$(KDIR)/uImage.$(1) bs=64k conv=sync - cat $(KDIR)/uImage.$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).image + cat $(KDIR)/uImage.$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).image endef define Image/Build