diff options
author | Andrey Kunitsyn <blackicebox@gmail.com> | 2020-05-09 14:39:51 +0300 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-05-10 17:06:27 +0200 |
commit | e31e5c4ea492257a328613c6217d38119dc53ed6 (patch) | |
tree | e35c82c2af401b869bad4106b195e64037cc8a5f /target/linux/bcm27xx | |
parent | 426fb8cf84ae19b0edc2ed06f7a595bc7b1ed212 (diff) | |
download | upstream-e31e5c4ea492257a328613c6217d38119dc53ed6.tar.gz upstream-e31e5c4ea492257a328613c6217d38119dc53ed6.tar.bz2 upstream-e31e5c4ea492257a328613c6217d38119dc53ed6.zip |
bcm27xx: label to boot partition
Get fat partition name allow easy partition identification
for user.
Signed-off-by: Andrey Kunitsyn <blackicebox@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 :: |