projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix base-files-arch package
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
Makefile
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:
endif
prepare:
- $(MAKE) -C $(BOARD) prepare
compile:
compile:
- $(MAKE) -C $(BOARD) compile
install:
install:
+ $(MAKE) -C $(BOARD) prepare
+ $(MAKE) -C $(BOARD) compile
rebuild: clean prepare compile install
clean:
rebuild: clean prepare compile install
clean:
This page took
0.020779 seconds
and
4
git commands to generate.