projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ca5b1
)
brcm2708: copy overlays README to boot partition
author
John Crispin
<john@openwrt.org>
Mon, 26 Oct 2015 09:01:21 +0000
(09:01 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 26 Oct 2015 09:01:21 +0000
(09:01 +0000)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47260
target/linux/brcm2708/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm2708/image/Makefile
b/target/linux/brcm2708/image/Makefile
index cc0bfb0a2692a97ef2f7bd9e423acbf932350165..cf263bdf01abb32d0dac89221f8e2b94af606c10 100644
(file)
--- a/
target/linux/brcm2708/image/Makefile
+++ b/
target/linux/brcm2708/image/Makefile
@@
-43,6
+43,7
@@
define Build/boot-img
mcopy -i $@.boot $(DTS_DIR)/$(DEVICE_DTS).dtb ::$(DEVICE_DTS).dtb
mmd -i $@.boot ::/overlays
mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtb ::/overlays/
+ mcopy -i $@.boot $(DTS_DIR)/overlays/README ::/overlays/
endef
define Build/sdcard-img