summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/image
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-10-26 09:01:21 +0000
committerJohn Crispin <john@openwrt.org>2015-10-26 09:01:21 +0000
commitf080f2aa8ed71967d442afec7be1f24735f693b9 (patch)
treeb5b22c6a9a08ef187ba8a890c35546f51c10f821 /target/linux/brcm2708/image
parent71ca5b1cc5aa5d6b4c14274c2b5dcce075419dc0 (diff)
downloadmaster-31e0f0ae-f080f2aa8ed71967d442afec7be1f24735f693b9.tar.gz
master-31e0f0ae-f080f2aa8ed71967d442afec7be1f24735f693b9.tar.bz2
master-31e0f0ae-f080f2aa8ed71967d442afec7be1f24735f693b9.zip
brcm2708: copy overlays README to boot partition
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47260
Diffstat (limited to 'target/linux/brcm2708/image')
-rw-r--r--target/linux/brcm2708/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile
index cc0bfb0a26..cf263bdf01 100644
--- 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