wok-current diff ndiswrapper-driver64/receipt @ rev 25045
Update some wget_url or web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 08:33:59 2022 +0000 (2022-06-04) |
parents | afae00265386 |
children | 6da3642bd96b |
line diff
1.1 --- a/ndiswrapper-driver64/receipt Tue Feb 08 16:59:06 2022 +0000 1.2 +++ b/ndiswrapper-driver64/receipt Sat Jun 04 08:33:59 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ndiswrapper-driver64" 1.7 -VERSION="1.62" 1.8 +VERSION="1.63" 1.9 CATEGORY="system-tools" 1.10 TAGS="windows wireless network" 1.11 SHORT_DESC="Add Windows network drivers support to Linux kernel." 1.12 @@ -15,7 +15,7 @@ 1.13 1.14 PROVIDE="ndiswrapper-driver:linux64" 1.15 DEPENDS="linux64" 1.16 -BUILD_DEPENDS="linux64-module-headers xz uclibc-cross-compiler-x86_64" 1.17 +BUILD_DEPENDS="linux64-module-headers uclibc-cross-compiler-x86_64 xz" 1.18 1.19 AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 1.20 1.21 @@ -32,7 +32,8 @@ 1.22 { 1.23 sed -i 's|error Multiple|echo Multiple|' driver/Makefile 1.24 1.25 - make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz64 1.26 + make KBUILD=/usr/src/linux \ 1.27 + KVER=linux-${kvers}-slitaz64 1.28 1.29 xz driver/ndiswrapper.ko 1.30 }