From: florian Date: Sun, 15 Nov 2009 13:10:44 +0000 (+0000) Subject: [rdc] fix image create after the conversion to subtargets X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/71a22dbb1b188e547da28ecd53a94f43760f01f0 [rdc] fix image create after the conversion to subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18424 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/rdc/image/Makefile b/target/linux/rdc/image/Makefile index 315d91747..6f960ac56 100644 --- a/target/linux/rdc/image/Makefile +++ b/target/linux/rdc/image/Makefile @@ -98,7 +98,7 @@ endef define Image/Build $(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD).bzImage - $(call Image/Build/$(PROFILE),$(1),$(PROFILE),$(patsubst jffs2-%k,%,$(1))) + $(call Image/Build/$(SUBTARGET),$(1),$(SUBTARGET),$(patsubst jffs2-%k,%,$(1))) ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) $(call Image/Build/Initramfs) endif