X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=patch-ker.sh;h=ed54d53505eb37821617d6ae3c12eee7c21536af;hp=44152c8b8f20270b0cf8b73ce65415454ba87c79;hb=a7b5dcf904ba6f7890e4b77ce1f56388b855d0f6;hpb=ffb9a41a909210075adf0c529becca54109b2d80 diff --git a/patch-ker.sh b/patch-ker.sh index 44152c8..ed54d53 100755 --- a/patch-ker.sh +++ b/patch-ker.sh @@ -92,7 +92,7 @@ PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'PATCHLEV SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'SUBLEVEL = '//` # Can we handle this version? -if [ $VERSION -ne 2 -o $PATCHLEVEL -lt 6 ] +if [ $VERSION$PATCHLEVEL -lt 26 ] then echo "Cannot patch kernel version $VERSION.$PATCHLEVEL.$SUBLEVEL, must be 2.6.x or higher" exit 1;