X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cbe1b6f6cbdd7a60e85cadf9b442d434941347e3..6284e20d1e7d8ceb57ea719bdd569ce22a470a9d:/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch diff --git a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch b/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch index 270d3e5f1..b8ba0e2e2 100644 --- a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch +++ b/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch @@ -1,8 +1,8 @@ --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -323,8 +323,9 @@ - return NULL; - } +@@ -385,8 +385,9 @@ struct mtd_info *cfi_cmdset_0002(struct + + cfi_fixup_major_minor(cfi, extp); - if (extp->MajorVersion != '1' || - (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {