mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/ndiswrapper-kernel: Updated for version 1.58.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
b9cec1cffb
commit
04e3b6eddf
4 changed files with 10 additions and 10 deletions
|
@ -8,4 +8,4 @@ project provides a linux kernel module that loads and runs NDIS
|
|||
If you'd like to build the module for a kernel that isn't currently
|
||||
running on the system, you should be able to pass that kernel's
|
||||
"uname -r" output on the command line as the value of KERNEL, as in:
|
||||
KERNEL=2.6.37.6 ./ndiswrapper.SlackBuild
|
||||
KERNEL=3.8.0 ./ndiswrapper.SlackBuild
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=ndiswrapper-kernel
|
||||
BUILD=${BUILD:-1}
|
||||
VERSION=${VERSION:-1.58rc1}
|
||||
VERSION=${VERSION:-1.58}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
KERNEL=${KERNEL:-$(uname -r)}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ndiswrapper-kernel"
|
||||
VERSION="1.58rc1"
|
||||
VERSION="1.58"
|
||||
HOMEPAGE="http://sourceforge.net/projects/ndiswrapper/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.58rc1.tar.gz"
|
||||
MD5SUM="d856310c386d481bb7aec8a37161d356"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.58.tar.gz"
|
||||
MD5SUM="ba6f57e5eb2f9e94cb07c7f151b2afcd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ndiswrapper-kernel: ndiswrapper-kernel (kernel module for NDIS drivers)
|
||||
|
|
Loading…
Reference in a new issue