|
|
@ -1,7 +1,7 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../linux26/linux26.conf |
|
|
|
# Filename: package/.../linux/linux.conf |
|
|
|
# Copyright (C) 2007 - 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
@ -141,8 +141,8 @@ main_lx() { |
|
|
|
|
|
|
|
# if module versions is enabled we need to copy 'Module.symvers' |
|
|
|
# to be able to build external 3rd party kernel modules without |
|
|
|
# rebuilding the whole kernel using the linux26-src package |
|
|
|
if grep -q "CONFIG_MODVERSIONS=y" .config && pkginstalled linux26-src ; then |
|
|
|
# rebuilding the whole kernel using the linux-src package |
|
|
|
if grep -q "CONFIG_MODVERSIONS=y" .config && pkginstalled linux-src ; then |
|
|
|
echo "Copying Module.symvers -> /lib/modules/${lx_kernelrelease}/build/" |
|
|
|
cp -v Module.symvers $root/lib/modules/${lx_kernelrelease}/build/ |
|
|
|
fi |