wok rev 24962
updated ndiswrapper packages (1.62 -> 1.63)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 24 07:20:09 2022 +0100 (2022-04-24) |
parents | c676f3e47eb1 |
children | e95024856175 |
files | ndiswrapper-driver/receipt ndiswrapper-driver64/receipt ndiswrapper-utils/receipt ndiswrapper/description.txt ndiswrapper/receipt |
line diff
1.1 --- a/ndiswrapper-driver/receipt Sun Apr 24 06:29:03 2022 +0100 1.2 +++ b/ndiswrapper-driver/receipt Sun Apr 24 07:20:09 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ndiswrapper-driver" 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 @@ -28,7 +28,8 @@ 1.13 { 1.14 sed -i 's|error Multiple|echo Multiple|' driver/Makefile 1.15 1.16 - make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz 1.17 + make KBUILD=/usr/src/linux \ 1.18 + KVER=linux-${kvers}-slitaz 1.19 1.20 xz driver/ndiswrapper.ko 1.21 }
2.1 --- a/ndiswrapper-driver64/receipt Sun Apr 24 06:29:03 2022 +0100 2.2 +++ b/ndiswrapper-driver64/receipt Sun Apr 24 07:20:09 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ndiswrapper-driver64" 2.7 -VERSION="1.62" 2.8 +VERSION="1.63" 2.9 CATEGORY="system-tools" 2.10 TAGS="windows wireless network" 2.11 SHORT_DESC="Add Windows network drivers support to Linux kernel." 2.12 @@ -15,7 +15,7 @@ 2.13 2.14 PROVIDE="ndiswrapper-driver:linux64" 2.15 DEPENDS="linux64" 2.16 -BUILD_DEPENDS="linux64-module-headers xz uclibc-cross-compiler-x86_64" 2.17 +BUILD_DEPENDS="linux64-module-headers uclibc-cross-compiler-x86_64 xz" 2.18 2.19 AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 2.20 2.21 @@ -32,7 +32,8 @@ 2.22 { 2.23 sed -i 's|error Multiple|echo Multiple|' driver/Makefile 2.24 2.25 - make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz64 2.26 + make KBUILD=/usr/src/linux \ 2.27 + KVER=linux-${kvers}-slitaz64 2.28 2.29 xz driver/ndiswrapper.ko 2.30 }
3.1 --- a/ndiswrapper-utils/receipt Sun Apr 24 06:29:03 2022 +0100 3.2 +++ b/ndiswrapper-utils/receipt Sun Apr 24 07:20:09 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="ndiswrapper-utils" 3.7 -VERSION="1.62" 3.8 +VERSION="1.63" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="ndiswrapper utilities." 3.11 MAINTAINER="erjo@slitaz.org"
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/ndiswrapper/description.txt Sun Apr 24 07:20:09 2022 +0100 4.3 @@ -0,0 +1,13 @@ 4.4 +Many vendors do not release specifications of the hardware or provide 4.5 +a Linux driver for their wireless network cards. 4.6 +This project implements Windows kernel API and NDIS (Network Driver 4.7 +Interface Specification) API within Linux kernel. 4.8 +A Windows driver for wireless network card is then linked to this 4.9 +implementation so that the driver runs natively, as though it is in 4.10 +Windows, without binary emulation. 4.11 + 4.12 +With ndiswrapper, most miniPCI (builtin), PCI, PCMCIA (Cardbus only) 4.13 +or USB wireless network cards work in Linux with x86 or x86-64. 4.14 +Although ndiswrapper is intended for wireless network cards, other 4.15 +devices are known to work: e.g., ethernet cards, USB to serial port 4.16 +device, home phone network device etc.
5.1 --- a/ndiswrapper/receipt Sun Apr 24 06:29:03 2022 +0100 5.2 +++ b/ndiswrapper/receipt Sun Apr 24 07:20:09 2022 +0100 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="ndiswrapper" 5.7 -VERSION="1.62" 5.8 +VERSION="1.63" 5.9 CATEGORY="meta" 5.10 TAGS="windows wireless network" 5.11 SHORT_DESC="Add Windows network drivers support to Linux kernel." 5.12 @@ -14,5 +14,6 @@ 5.13 # Rules to gen a SliTaz package suitable for Tazpkg. 5.14 genpkg_rules() 5.15 { 5.16 - mkdir -p $fs/usr/sbin $fs/sbin 5.17 + mkdir -p $fs/sbin 5.18 + mkdir -p $fs/usr/sbin 5.19 }