aboutsummaryrefslogtreecommitdiffstats
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
commit78fae87beb5ba2c0afd3beb7176f735c00ea5f04 (patch)
tree9a62409527a36f12fe5ea9a13514c73418490405 /target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch
parent087fcb0eb3b7b53a4867232d69d4bab0d93e302d (diff)
downloadupstream-78fae87beb5ba2c0afd3beb7176f735c00ea5f04.tar.gz
upstream-78fae87beb5ba2c0afd3beb7176f735c00ea5f04.tar.bz2
upstream-78fae87beb5ba2c0afd3beb7176f735c00ea5f04.zip
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 7051159732..b8ba0e2e28 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')) {