projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb909f7
)
[rdc] fix image create after the conversion to subtargets
author
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Nov 2009 13:10:44 +0000
(13:10 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Nov 2009 13:10:44 +0000
(13:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18424
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/rdc/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rdc/image/Makefile
b/target/linux/rdc/image/Makefile
index
315d917
..
6f960ac
100644
(file)
--- 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