summaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-21 18:55:02 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-21 18:55:02 +0000
commitc61e160c9341d9b3c5e084353ee0d6f2d525e617 (patch)
tree9a62409527a36f12fe5ea9a13514c73418490405 /target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch
parent0c5595cd069ed6768ec832b1c8a4328b9dc54d0e (diff)
upgrade orion to 2.6.30.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16950 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 705115973..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
-@@ -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')) {