Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
18bd61e3f9
2 changed files with 58 additions and 0 deletions
  1. +48
    -0
      package/stf/ndiswrapper/ndiswrapper.desc
  2. +10
    -0
      package/stf/ndiswrapper/no-depmod.patch

+ 48
- 0
package/stf/ndiswrapper/ndiswrapper.desc

@ -0,0 +1,48 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/stf/ndiswrapper/ndiswrapper.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Ndis driver wrapper for the Linux kernel
[T] Some vendors do not release specifications of the hardware or provide a
[T] Linux driver for their wireless network cards. This project implements
[T] Windows kernel API and NDIS (Network Driver Interface Specification) API
[T] within Linux kernel. A Windows driver for wireless network card is then
[T] linked to this implementation so that the driver runs natively, as though
[T] it is in Windows, without binary emulation.
[U] http://ndiswrapper.sourceforge.net/
[A] Pontus Fuchs { Main developer }
[A] Giridhar Pemmasani { Main developer }
[A] And others { Misc minor patches }
[M] Stefan Fiedler <stefan.fiedler at students.jku.at>
[C] base/kernel
[L] GPL
[S] Stable
[V] 1.19
[P] X -----5---9 800.000
[D] 695273437 ndiswrapper-1.19.tar.gz http://puzzle.dl.sourceforge.net/sourceforge/ndiswrapper/

+ 10
- 0
package/stf/ndiswrapper/no-depmod.patch

@ -0,0 +1,10 @@
--- ndiswrapper-1.19/driver/Makefile~ 2006-07-02 14:47:57.000000000 +0200
+++ ndiswrapper-1.19/driver/Makefile 2006-07-13 00:02:46.000000000 +0200
@@ -283,7 +283,6 @@
mkdir -p $(INST_DIR)
install -m 0644 $(MODULE) $(INST_DIR)
-@/bin/rm -rf $(SRC_DIR)/.tmp_versions
- -/sbin/depmod -a $(KVERS)
dist:
@for file in $(DISTFILES); do \

Loading…
Cancel
Save