diff options
Diffstat (limited to 'targets/support/kmerge.sh')
-rw-r--r-- | targets/support/kmerge.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index ef3eb2e8..8e832e13 100644 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -245,8 +245,6 @@ SUB=`grep ^SUBLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'` EXV=`grep ^EXTRAVERSION\ \= /usr/src/linux/Makefile | sed -e "s/EXTRAVERSION =//" -e "s/ //g"` clst_fudgeuname=${VER}.${PAT}.${SUB}${EXV} -/sbin/update-modules --assume-kernel=${clst_fudgeuname} - unset USE echo ${clst_kernel_use} > /tmp/kerncache/${clst_kname}/${clst_kname}-${clst_version_stamp}.USE |