From: florian Date: Mon, 16 Aug 2010 20:57:27 +0000 (+0000) Subject: delete now obsolete 050-wrt350nv2_cfi_workaround.patch X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=2d7cccb4ef71ec934d1a06d75113f5642ab616a1;hp=36b6dac418e6a4f57de1979ec4b90ddcfc054369 delete now obsolete 050-wrt350nv2_cfi_workaround.patch git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22684 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch b/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch deleted file mode 100644 index 246276d1f..000000000 --- a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/drivers/mtd/chips/cfi_cmdset_0002.c -+++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -374,8 +374,9 @@ struct mtd_info *cfi_cmdset_0002(struct - - cfi_fixup_major_minor(cfi, extp); - -- if (extp->MajorVersion != '1' || -- (extp->MinorVersion < '0' || extp->MinorVersion > '4')) { -+ if ((extp->MajorVersion != '0' && extp->MinorVersion != '0') && -+ (extp->MajorVersion != '1' || -+ (extp->MinorVersion < '0' || extp->MinorVersion > '4'))) { - if (cfi->mfr == MANUFACTURER_SAMSUNG && - (extp->MajorVersion == '3' && extp->MinorVersion == '3')) { - printk(KERN_NOTICE " Newer Samsung flash detected, "