projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e3d10
)
image.mk: fix filesystem dependency issue
author
Felix Fietkau
<nbd@nbd.name>
Tue, 7 Jun 2016 08:26:23 +0000
(10:26 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 7 Jun 2016 08:26:23 +0000
(10:26 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 6878036135950c946a607e750b81aab13ce649b4..7fe149fee4057bd16e65a1e3ecc5147ccb971a1f 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-284,7
+284,7
@@
define Image/Checksum
endef
define BuildImage/mkfs
- install: mkfs-$(1)
+ install
-images
: mkfs-$(1)
.PHONY: mkfs-$(1)
mkfs-$(1): kernel_prepare
$(Image/mkfs/$(1))