projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[at91] Copy rootfs(s) inside BIN_DIR
[openwrt.git]
/
target
/
linux
/
at91
/
image
/
Makefile
diff --git
a/target/linux/at91/image/Makefile
b/target/linux/at91/image/Makefile
index
711b932
..
445c869
100644
(file)
--- a/
target/linux/at91/image/Makefile
+++ b/
target/linux/at91/image/Makefile
@@
-26,6
+26,7
@@
endef
define Image/Build
$(call Image/Build/$(1),$(1))
+ cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-root.$(1)
endef
$(eval $(call BuildImage))
This page took
0.024405 seconds
and
4
git commands to generate.