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:
526a1db
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1210
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/target/linux/image/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/image/Makefile
b/openwrt/target/linux/image/Makefile
index
6b7c787
..
73e67a3
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: