Browse Source

brcm2708: copy overlays README to boot partition

Signed-off-by: Álvaro Fernández Rojas <[email protected]>

SVN-Revision: 47260
John Crispin 10 years ago
parent
commit
f080f2aa8e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/brcm2708/image/Makefile

+ 1 - 0
target/linux/brcm2708/image/Makefile

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