mirror of
https://aur.archlinux.org/yt6801-dkms.git
synced 2026-05-06 15:43:29 +00:00
fix dkms build
drop some necessary flags by accident
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = yt6801-dkms
|
pkgbase = yt6801-dkms
|
||||||
pkgdesc = Kernel module for Motorcomm YT6801 ethernet controller (DKMS)
|
pkgdesc = Kernel module for Motorcomm YT6801 ethernet controller (DKMS)
|
||||||
pkgver = 1.0.30
|
pkgver = 1.0.30
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://www.motor-comm.com/product/ethernet-control-chip
|
url = https://www.motor-comm.com/product/ethernet-control-chip
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0-or-later
|
license = GPL-2.0-or-later
|
||||||
@@ -11,6 +11,6 @@ pkgbase = yt6801-dkms
|
|||||||
source = drop-flags.patch
|
source = drop-flags.patch
|
||||||
sha256sums = 3dd7173a935da10fb9dfa537fd2bf4d6d3ae90c1d12e8091054667fb911bd6c4
|
sha256sums = 3dd7173a935da10fb9dfa537fd2bf4d6d3ae90c1d12e8091054667fb911bd6c4
|
||||||
sha256sums = 3a3ba74d3a22ac8e1c1cf6c8b28fe4df1c84ad589dd1c5b537fc84a7e1902f93
|
sha256sums = 3a3ba74d3a22ac8e1c1cf6c8b28fe4df1c84ad589dd1c5b537fc84a7e1902f93
|
||||||
sha256sums = 335ab98a645a6e55428a5110206cbee98eb2030af8b578022865a1cdac4658cc
|
sha256sums = 814c6a121b392f512ec4c8898dd9f6c50ae3ff9d946bc1d115135fa6f5c6a897
|
||||||
|
|
||||||
pkgname = yt6801-dkms
|
pkgname = yt6801-dkms
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
_pkgbase=yt6801
|
_pkgbase=yt6801
|
||||||
pkgname=yt6801-dkms
|
pkgname=yt6801-dkms
|
||||||
pkgver=1.0.30
|
pkgver=1.0.30
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Kernel module for Motorcomm YT6801 ethernet controller (DKMS)"
|
pkgdesc="Kernel module for Motorcomm YT6801 ethernet controller (DKMS)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.motor-comm.com/product/ethernet-control-chip"
|
url="https://www.motor-comm.com/product/ethernet-control-chip"
|
||||||
@@ -14,7 +14,7 @@ source=('https://www.motor-comm.com/Public/Uploads/uploadfile/files/20250430/yt6
|
|||||||
'drop-flags.patch')
|
'drop-flags.patch')
|
||||||
sha256sums=('3dd7173a935da10fb9dfa537fd2bf4d6d3ae90c1d12e8091054667fb911bd6c4'
|
sha256sums=('3dd7173a935da10fb9dfa537fd2bf4d6d3ae90c1d12e8091054667fb911bd6c4'
|
||||||
'3a3ba74d3a22ac8e1c1cf6c8b28fe4df1c84ad589dd1c5b537fc84a7e1902f93'
|
'3a3ba74d3a22ac8e1c1cf6c8b28fe4df1c84ad589dd1c5b537fc84a7e1902f93'
|
||||||
'335ab98a645a6e55428a5110206cbee98eb2030af8b578022865a1cdac4658cc')
|
'814c6a121b392f512ec4c8898dd9f6c50ae3ff9d946bc1d115135fa6f5c6a897')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
|
|||||||
+3
-3
@@ -1,11 +1,11 @@
|
|||||||
--- a/src/dkms.conf
|
--- a/src/dkms.conf
|
||||||
+++ b/src/dkms.conf
|
+++ b/src/dkms.conf
|
||||||
@@ -1,8 +1,3 @@
|
@@ -1,8 +1,5 @@
|
||||||
PACKAGE_NAME="yt6801"
|
PACKAGE_NAME="yt6801"
|
||||||
PACKAGE_VERSION="1.0.30"
|
PACKAGE_VERSION="1.0.30"
|
||||||
-CLEAN="make clean"
|
-CLEAN="make clean"
|
||||||
-MAKE[0]="make"
|
-MAKE[0]="make"
|
||||||
-BUILT_MODULE_NAME[0]="yt6801"
|
BUILT_MODULE_NAME[0]="yt6801"
|
||||||
-DEST_MODULE_LOCATION[0]="/kernel/drivers/net/ethernet/motorcomm"
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/ethernet/motorcomm"
|
||||||
AUTOINSTALL="yes"
|
AUTOINSTALL="yes"
|
||||||
-REMAKE_INITRD="yes"
|
-REMAKE_INITRD="yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user