Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 02/17] update-modules doesn't exists anymore.
Date: Sat, 22 Mar 2014 17:03:49
Message-Id: 1395507795-13754-3-git-send-email-dolsen@gentoo.org
In Reply to: [gentoo-catalyst] 2.X bugfixes by Brian Dolbec
1 From: Guy Martin <gmsoft@g.o>
2
3 ---
4 targets/support/kmerge.sh | 2 --
5 1 file changed, 2 deletions(-)
6
7 diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
8 index ef3eb2e..8e832e1 100644
9 --- a/targets/support/kmerge.sh
10 +++ b/targets/support/kmerge.sh
11 @@ -245,8 +245,6 @@ SUB=`grep ^SUBLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`
12 EXV=`grep ^EXTRAVERSION\ \= /usr/src/linux/Makefile | sed -e "s/EXTRAVERSION =//" -e "s/ //g"`
13 clst_fudgeuname=${VER}.${PAT}.${SUB}${EXV}
14
15 -/sbin/update-modules --assume-kernel=${clst_fudgeuname}
16 -
17 unset USE
18 echo ${clst_kernel_use} > /tmp/kerncache/${clst_kname}/${clst_kname}-${clst_version_stamp}.USE
19
20 --
21 1.8.5.3