# HG changeset patch # User Hans-G?nter Theisgen # Date 1650781209 -3600 # Node ID 25d5b5a73d2eacb84dbfccbf89d9482fceb62d56 # Parent c676f3e47eb16c916affe3b12142852cdaab8880 updated ndiswrapper packages (1.62 -> 1.63) diff -r c676f3e47eb1 -r 25d5b5a73d2e ndiswrapper-driver/receipt --- a/ndiswrapper-driver/receipt Sun Apr 24 06:29:03 2022 +0100 +++ b/ndiswrapper-driver/receipt Sun Apr 24 07:20:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-driver" -VERSION="1.62" +VERSION="1.63" CATEGORY="system-tools" TAGS="windows wireless network" SHORT_DESC="Add Windows network drivers support to Linux kernel." @@ -28,7 +28,8 @@ { sed -i 's|error Multiple|echo Multiple|' driver/Makefile - make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz + make KBUILD=/usr/src/linux \ + KVER=linux-${kvers}-slitaz xz driver/ndiswrapper.ko } diff -r c676f3e47eb1 -r 25d5b5a73d2e ndiswrapper-driver64/receipt --- a/ndiswrapper-driver64/receipt Sun Apr 24 06:29:03 2022 +0100 +++ b/ndiswrapper-driver64/receipt Sun Apr 24 07:20:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-driver64" -VERSION="1.62" +VERSION="1.63" CATEGORY="system-tools" TAGS="windows wireless network" SHORT_DESC="Add Windows network drivers support to Linux kernel." @@ -15,7 +15,7 @@ PROVIDE="ndiswrapper-driver:linux64" DEPENDS="linux64" -BUILD_DEPENDS="linux64-module-headers xz uclibc-cross-compiler-x86_64" +BUILD_DEPENDS="linux64-module-headers uclibc-cross-compiler-x86_64 xz" AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" @@ -32,7 +32,8 @@ { sed -i 's|error Multiple|echo Multiple|' driver/Makefile - make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz64 + make KBUILD=/usr/src/linux \ + KVER=linux-${kvers}-slitaz64 xz driver/ndiswrapper.ko } diff -r c676f3e47eb1 -r 25d5b5a73d2e ndiswrapper-utils/receipt --- a/ndiswrapper-utils/receipt Sun Apr 24 06:29:03 2022 +0100 +++ b/ndiswrapper-utils/receipt Sun Apr 24 07:20:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-utils" -VERSION="1.62" +VERSION="1.63" CATEGORY="system-tools" SHORT_DESC="ndiswrapper utilities." MAINTAINER="erjo@slitaz.org" diff -r c676f3e47eb1 -r 25d5b5a73d2e ndiswrapper/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ndiswrapper/description.txt Sun Apr 24 07:20:09 2022 +0100 @@ -0,0 +1,13 @@ +Many vendors do not release specifications of the hardware or provide +a Linux driver for their wireless network cards. +This project implements Windows kernel API and NDIS (Network Driver +Interface Specification) API within Linux kernel. +A Windows driver for wireless network card is then linked to this +implementation so that the driver runs natively, as though it is in +Windows, without binary emulation. + +With ndiswrapper, most miniPCI (builtin), PCI, PCMCIA (Cardbus only) +or USB wireless network cards work in Linux with x86 or x86-64. +Although ndiswrapper is intended for wireless network cards, other +devices are known to work: e.g., ethernet cards, USB to serial port +device, home phone network device etc. diff -r c676f3e47eb1 -r 25d5b5a73d2e ndiswrapper/receipt --- a/ndiswrapper/receipt Sun Apr 24 06:29:03 2022 +0100 +++ b/ndiswrapper/receipt Sun Apr 24 07:20:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper" -VERSION="1.62" +VERSION="1.63" CATEGORY="meta" TAGS="windows wireless network" SHORT_DESC="Add Windows network drivers support to Linux kernel." @@ -14,5 +14,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/sbin $fs/sbin + mkdir -p $fs/sbin + mkdir -p $fs/usr/sbin }