mirror of
https://aur.archlinux.org/yt6801-dkms.git
synced 2026-05-06 07:43:28 +00:00
drop unnecessary dkms flags
This commit is contained in:
@@ -9,13 +9,16 @@ url="https://www.motor-comm.com/product/ethernet-control-chip"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('dkms')
|
||||
source=('https://www.motor-comm.com/Public/Uploads/uploadfile/files/20250430/yt6801-linux-driver-1.0.30.zip'
|
||||
'6.15-fix.patch')
|
||||
'6.15-fix.patch'
|
||||
'drop-flags.patch')
|
||||
sha256sums=('3dd7173a935da10fb9dfa537fd2bf4d6d3ae90c1d12e8091054667fb911bd6c4'
|
||||
'3a3ba74d3a22ac8e1c1cf6c8b28fe4df1c84ad589dd1c5b537fc84a7e1902f93')
|
||||
'3a3ba74d3a22ac8e1c1cf6c8b28fe4df1c84ad589dd1c5b537fc84a7e1902f93'
|
||||
'335ab98a645a6e55428a5110206cbee98eb2030af8b578022865a1cdac4658cc')
|
||||
|
||||
prepare() {
|
||||
cd ${srcdir}
|
||||
patch -p1 < 6.15-fix.patch
|
||||
patch -p1 < drop-flags.patch
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user