From: Andrey Kunitsyn Date: Sat, 9 May 2020 11:39:51 +0000 (+0300) Subject: bcm27xx: label to boot partition X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e31e5c4ea492257a328613c6217d38119dc53ed6;p=oweals%2Fopenwrt.git bcm27xx: label to boot partition Get fat partition name allow easy partition identification for user. Signed-off-by: Andrey Kunitsyn --- 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 ::