Updated make-linux-hwe for 4.10

This commit is contained in:
Ruben Rodriguez 2017-08-30 11:46:56 -04:00
parent c27c057a1d
commit 0c8e3cfdca
9 changed files with 3141 additions and 1023 deletions

View file

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2008-2016 Alexandre Oliva <lxoliva@fsfla.org>
# Copyright (C) 2008-2017 Alexandre Oliva <lxoliva@fsfla.org>
# This program is part of GNU Linux-libre, a GNU project that
# publishes scripts to clean up Linux so as to make it suitable for
@ -112,7 +112,7 @@ else
fi
x1="kver=$mver extra=$extra"
x2=`grep "^kver=[^ ]* extra=" $deblob`
x2=`grep "^kver=[^ ]* extra=" $deblob | sed 's, *#.*,,'`
if test "$x1" = "$x2"; then
:
else