X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Forion%2Fpatches%2F050-wrt350nv2_cfi_workaround.patch;h=b8ba0e2e28026604eb741f12598c31be9fb08a50;hb=0c1d7bcfa59e45f331cf24079418d5ded805de61;hp=6268a05b51e8e640c0ea1f08cb3864ffdd72e3bd;hpb=0f80ce2088410d9ccb5f3c8070210af67c787ae0;p=openwrt-10.03%2F.git diff --git a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch b/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch index 6268a05b5..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 @@ struct mtd_info *cfi_cmdset_0002(struct - 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')) {