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:
24a7ccb
)
image.mk: fix dependencies for legacy make prepare step
author
Felix Fietkau
<nbd@nbd.name>
Tue, 7 Jun 2016 14:22:14 +0000
(16:22 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 7 Jun 2016 14:22:28 +0000
(16:22 +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 7fe149fee4057bd16e65a1e3ecc5147ccb971a1f..f8291f4ab17ea80c2b64a40e3e5ab685e79f1ed7 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-453,7
+453,7
@@
define LegacyDevice/Check
_TARGET := $$(if $$(_PROFILE_SET),legacy-images,install-disabled)
$$(if $$(_PROFILE_SET),install: legacy-images-make)
ifndef IB
- $$(if $$(_PROFILE_SET),
compil
e: legacy-images-prepare-make)
+ $$(if $$(_PROFILE_SET),
mkfs_prepar
e: legacy-images-prepare-make)
endif
endef