From e31e5c4ea492257a328613c6217d38119dc53ed6 Mon Sep 17 00:00:00 2001 From: Andrey Kunitsyn Date: Sat, 9 May 2020 14:39:51 +0300 Subject: [PATCH] bcm27xx: label to boot partition Get fat partition name allow easy partition identification for user. Signed-off-by: Andrey Kunitsyn --- target/linux/bcm27xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/bcm27xx/image/Makefile b/target/linux/bcm27xx/image/Makefile index 421a89263d..2b97593c9a 100644 --- a/target/linux/bcm27xx/image/Makefile +++ b/target/linux/bcm27xx/image/Makefile @@ -18,7 +18,7 @@ endef ### Image scripts ### define Build/boot-common rm -f $@.boot - mkfs.fat -C $@.boot $(FAT32_BLOCKS) + mkfs.fat -n boot -C $@.boot $(FAT32_BLOCKS) mcopy -i $@.boot $(KDIR)/COPYING.linux :: mcopy -i $@.boot $(KDIR)/LICENCE.broadcom :: mcopy -i $@.boot cmdline.txt ::