projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2671543
)
small fix for firmware image util compile
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 11 Jun 2005 23:44:58 +0000
(23:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 11 Jun 2005 23:44:58 +0000
(23:44 +0000)
SVN-Revision: 1210
openwrt/target/linux/image/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/image/Makefile
b/openwrt/target/linux/image/Makefile
index 6b7c78774c419e171be97e4b346ad60824676878..73e67a3d1caef3bdb93845f20f26b3b13c0d7849 100644
(file)
--- a/
openwrt/target/linux/image/Makefile
+++ b/
openwrt/target/linux/image/Makefile
@@
-15,10
+15,10
@@
include ./squashfs.mk
endif
prepare:
- $(MAKE) -C $(BOARD) prepare
compile:
- $(MAKE) -C $(BOARD) compile
install:
+ $(MAKE) -C $(BOARD) prepare
+ $(MAKE) -C $(BOARD) compile
rebuild: clean prepare compile install
clean: