mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dosfstools: install fsck.fat and fatlabel to toolchain
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
2950277271
commit
601647f314
@ -41,4 +41,7 @@ makeinstall_host() {
|
|||||||
mkdir -p $TOOLCHAIN/sbin
|
mkdir -p $TOOLCHAIN/sbin
|
||||||
cp mkfs.fat $TOOLCHAIN/sbin
|
cp mkfs.fat $TOOLCHAIN/sbin
|
||||||
ln -sf mkfs.fat $TOOLCHAIN/sbin/mkfs.vfat
|
ln -sf mkfs.fat $TOOLCHAIN/sbin/mkfs.vfat
|
||||||
|
cp fsck.fat $TOOLCHAIN/sbin
|
||||||
|
ln -sf fsck.fat $TOOLCHAIN/sbin/fsck.vfat
|
||||||
|
cp fatlabel $TOOLCHAIN/sbin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user