Browse Source

bcm27xx: label to boot partition

Get fat partition name allow easy partition identification
for user.

Signed-off-by: Andrey Kunitsyn <[email protected]>
Andrey Kunitsyn 5 years ago
parent
commit
e31e5c4ea4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/bcm27xx/image/Makefile

+ 1 - 1
target/linux/bcm27xx/image/Makefile

@@ -18,7 +18,7 @@ endef
 ### Image scripts ###
 define Build/boot-common
 	rm -f [email protected]
-	mkfs.fat -C [email protected] $(FAT32_BLOCKS)
+	mkfs.fat -n boot -C [email protected] $(FAT32_BLOCKS)
 	mcopy -i [email protected] $(KDIR)/COPYING.linux ::
 	mcopy -i [email protected] $(KDIR)/LICENCE.broadcom ::
 	mcopy -i [email protected] cmdline.txt ::