summaryrefslogtreecommitdiff
path: root/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-07-21 18:55:02 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-07-21 18:55:02 +0000
commit08c92313b135dc9c60b76b2f2c4eb52e4382c9b9 (patch)
treec9b324c74751944e3bff0e76ce70834ece2f75ff /target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch
parent0fc13decde7e14c272edbfd051891755396a52a3 (diff)
downloadmtk-20170518-08c92313b135dc9c60b76b2f2c4eb52e4382c9b9.zip
mtk-20170518-08c92313b135dc9c60b76b2f2c4eb52e4382c9b9.tar.gz
mtk-20170518-08c92313b135dc9c60b76b2f2c4eb52e4382c9b9.tar.bz2
upgrade orion to 2.6.30.2
SVN-Revision: 16950
Diffstat (limited to 'target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch')
-rw-r--r--target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch b/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch
index 7051159..b8ba0e2 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
-@@ -364,8 +364,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')) {