diff options
Diffstat (limited to 'network/ndiswrapper-kernel/README')
-rw-r--r-- | network/ndiswrapper-kernel/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ndiswrapper-kernel/README b/network/ndiswrapper-kernel/README index 8c4b6815ee..37b73d45cb 100644 --- a/network/ndiswrapper-kernel/README +++ b/network/ndiswrapper-kernel/README @@ -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 |