projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc9ee5
)
ramips: fix legacy initramfs images
author
Felix Fietkau
<nbd@nbd.name>
Sat, 3 Sep 2016 08:40:11 +0000
(10:40 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 3 Sep 2016 08:47:42 +0000
(10:47 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/ramips/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/Makefile
b/target/linux/ramips/image/Makefile
index ef30c79a4e76932f4688c54f6992d75edb201589..7b53a2f7442fcfaa92d208d1fab5240cb1fd036c 100644
(file)
--- a/
target/linux/ramips/image/Makefile
+++ b/
target/linux/ramips/image/Makefile
@@
-300,6
+300,7
@@
define Image/Build
endef
define Image/Build/Profile
+ $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(call Image/Build/Profile/$(1),initramfs))
$(call Image/Build/Profile/$(1),$(2))
endef