orion: fix build
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 May 2010 17:02:43 +0000 (17:02 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 May 2010 17:02:43 +0000 (17:02 +0000)
This patch does not apply any more because of changes in target/linux/generic-2.6/patches-2.6.32/089-mtd-samsung-flash.patch
TODO: find out if this patch is still needed.

Fixes build problem decsripted in #7348.

SVN-Revision: 21551

target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch

index 246276d1f3c41f94b98f6f24a386e08fd80be599..f10f89e789241b8df0cc96f69abb5c4b24aebf4f 100644 (file)
@@ -4,10 +4,10 @@
  
                cfi_fixup_major_minor(cfi, extp);
  
--              if (extp->MajorVersion != '1' ||
+-              if (extp->MajorVersion < '0' || extp->MajorVersion > '3' ||
 -                  (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
 +              if ((extp->MajorVersion != '0' && extp->MinorVersion != '0') &&
-+                  (extp->MajorVersion != '1' ||
++                  (extp->MajorVersion < '0' || extp->MajorVersion > '3' ||
 +                  (extp->MinorVersion < '0' || extp->MinorVersion > '4'))) {
                        if (cfi->mfr == MANUFACTURER_SAMSUNG &&
                            (extp->MajorVersion == '3' && extp->MinorVersion == '3')) {