brcm2708: copy overlays README to boot partition
authorJohn Crispin <[email protected]>
Mon, 26 Oct 2015 09:01:21 +0000 (09:01 +0000)
committerJohn Crispin <[email protected]>
Mon, 26 Oct 2015 09:01:21 +0000 (09:01 +0000)
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
SVN-Revision: 47260

target/linux/brcm2708/image/Makefile

index cc0bfb0a2692a97ef2f7bd9e423acbf932350165..cf263bdf01abb32d0dac89221f8e2b94af606c10 100644 (file)
@@ -43,6 +43,7 @@ define Build/boot-img
        mcopy -i [email protected] $(DTS_DIR)/$(DEVICE_DTS).dtb ::$(DEVICE_DTS).dtb
        mmd -i [email protected] ::/overlays
        mcopy -i [email protected] $(DTS_DIR)/overlays/*.dtb ::/overlays/
+       mcopy -i [email protected] $(DTS_DIR)/overlays/README ::/overlays/
 endef
 
 define Build/sdcard-img