[nct6687] fix
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
781caad470
commit
9c24e97087
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ make
|
|||
|
||||
# installation
|
||||
mkdir -p $PKG/lib/modules/${KERNEL_VERSION}/kernel/drivers/hwmon/
|
||||
cp nct6687.ko $PKG/lib/modules/${KERNEL_VERSION}/kernel/drivers/hwmon/
|
||||
cp ${KERNEL_VERSION}/nct6687.ko $PKG/lib/modules/${KERNEL_VERSION}/kernel/drivers/hwmon/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM/
|
||||
cp -R images/ LICENSE *.md $PKG/usr/doc/$PRGNAM/
|
||||
|
|
Loading…
Reference in a new issue