wok diff ndiswrapper-driver/receipt @ rev 20284

Up spl (0.7.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 02 10:14:55 2018 +0200 (2018-04-02)
parents 6fab3264ba87
children 45359819b214
line diff
     1.1 --- a/ndiswrapper-driver/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/ndiswrapper-driver/receipt	Mon Apr 02 10:14:55 2018 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ndiswrapper-driver"
     1.7 -VERSION="1.59"
     1.8 +VERSION="1.61"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Add Windows network drivers support to Linux kernel."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -18,6 +18,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	sed -i 's|error Multiple|echo Multiple|' driver/Makefile
    1.17  	make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz
    1.18  	xz driver/ndiswrapper.ko
    1.19  }