Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed May 30, 2023
1 parent ccad95c commit e7583f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# Filip <fila pruda com>, Det < nimetonmaili(at)gmail >

_linuxprefix=linux-xanmod
_extramodules=$(find /usr/lib/modules -type d -iname 6.3.1*xanmod* | rev | cut -d "/" -f1 | rev)
_extramodules=$(find /usr/lib/modules -type d -iname 6.3.4*xanmod* | rev | cut -d "/" -f1 | rev)
pkgname=$_linuxprefix-rtl8723bu
_pkgname=rtl8723bu
_libname=8723bu
_commit=d79a676a8d3f0bb6ac8af126689c6ac6869cb6f2
pkgver=20220818
pkgrel=63120
pkgrel=63410
pkgdesc="A kernel module for Realtek 8723bu network cards"
url="http://www.realtek.com.tw"
license=("GPL")
Expand All @@ -35,7 +35,7 @@ prepare() {
patch -p1 -i ../linux61.patch
}
build() {
_kernver=$(find /usr/lib/modules -type d -iname 6.3.1*xanmod* | rev | cut -d "/" -f1 | rev)
_kernver=$(find /usr/lib/modules -type d -iname 6.3.4*xanmod* | rev | cut -d "/" -f1 | rev)
cd "$_pkgname-$_commit"
# do not compile with CONCURRENT_MODE
sed -i 's/EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/g' Makefile
Expand Down
4 changes: 2 additions & 2 deletions rtl8723bu.install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rebuild_module_dependencies() {
EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.3.1*xanmod* | rev | cut -d "/" -f1 | rev)
depmod $(find /usr/lib/modules -type d -iname 6.3.1*xanmod* | rev | cut -d "/" -f1 | rev)
EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.3.4*xanmod* | rev | cut -d "/" -f1 | rev)
depmod $(find /usr/lib/modules -type d -iname 6.3.4*xanmod* | rev | cut -d "/" -f1 | rev)
}

check_kernel() {
Expand Down

0 comments on commit e7583f3

Please sign in to comment.