aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-26 09:01:21 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-26 09:01:21 +0000
commit8f3f905b91f165f8d8ffe0ab0edd6b45bb8e9495 (patch)
treef3480a2eba30994697a707bc70b74a1deb171832 /target/linux/brcm2708
parent7f2e10e05008a54d98509f862e44752a9107df26 (diff)
downloadmaster-187ad058-8f3f905b91f165f8d8ffe0ab0edd6b45bb8e9495.tar.gz
master-187ad058-8f3f905b91f165f8d8ffe0ab0edd6b45bb8e9495.tar.bz2
master-187ad058-8f3f905b91f165f8d8ffe0ab0edd6b45bb8e9495.zip
brcm2708: copy overlays README to boot partition
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47260 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708')
-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