diff options
author | John Crispin <john@openwrt.org> | 2015-10-26 09:01:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-26 09:01:21 +0000 |
commit | f080f2aa8ed71967d442afec7be1f24735f693b9 (patch) | |
tree | b5b22c6a9a08ef187ba8a890c35546f51c10f821 | |
parent | 71ca5b1cc5aa5d6b4c14274c2b5dcce075419dc0 (diff) | |
download | upstream-f080f2aa8ed71967d442afec7be1f24735f693b9.tar.gz upstream-f080f2aa8ed71967d442afec7be1f24735f693b9.tar.bz2 upstream-f080f2aa8ed71967d442afec7be1f24735f693b9.zip |
brcm2708: copy overlays README to boot partition
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47260
-rw-r--r-- | target/linux/brcm2708/image/Makefile | 1 |
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 |