X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fdosfstools%2Fpatches%2F0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch;h=76672e0e3473206a2c8d58f8d02eb1cb398792fa;hb=57530dbec64c4dbbec78b00bac818403447b3318;hp=09e732016e806a124ba78daf2400f9641de89aa6;hpb=a1b52e2b53f20e39894e5e80e7fc08c1950d9224;p=openwrt%2F.git diff --git a/tools/dosfstools/patches/0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch b/tools/dosfstools/patches/0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch index 09e732016e..76672e0e34 100644 --- a/tools/dosfstools/patches/0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch +++ b/tools/dosfstools/patches/0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch @@ -13,11 +13,9 @@ Signed-off-by: Andreas Bombe src/mkfs.fat.c | 10 ++++++++++ 1 file changed, 10 insertions(+) -diff --git a/src/mkfs.fat.c b/src/mkfs.fat.c -index 8a320fd..bad492b 100644 --- a/src/mkfs.fat.c +++ b/src/mkfs.fat.c -@@ -519,6 +519,16 @@ static void establish_params(struct device_info *info) +@@ -519,6 +519,16 @@ static void establish_params(struct devi unsigned int cluster_size = 4; /* starting point for FAT12 and FAT16 */ int def_root_dir_entries = 512; @@ -34,6 +32,3 @@ index 8a320fd..bad492b 100644 if (info->type != TYPE_FIXED) { /* enter default parameters for floppy disks if the size matches */ switch (info->size / 1024) { --- -2.1.4 -