Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
bbe04e7e98
2 changed files with 53 additions and 0 deletions
  1. +9
    -0
      package/avm/ipw2100/ipw2100.conf
  2. +44
    -0
      package/avm/ipw2100/ipw2100.desc

+ 9
- 0
package/avm/ipw2100/ipw2100.conf

@ -0,0 +1,9 @@
ipw2100_pm() {
driverfile=$base/download/avm/hostap/hostap-driver-0.1.3.tar.bz2
tar -x --use-compress-program=bunzip2 -f $driverfile
driverdir=$(echo $driverfile | sed -e "s,.*/,," -e "s,.tar.bz2,,")
var_append makeopt " " "HOSTAP=$driverdir"
}
hook_add premake 3 "ipw2100_pm"
var_append makeopt " " "CONFIG_IPW2100_LEGACY_FW_LOAD=y"

+ 44
- 0
package/avm/ipw2100/ipw2100.desc

@ -0,0 +1,44 @@
[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/avm/ipw2100/ipw2100.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 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] Intel® PRO/Wireless 2100 Driver for Linux
[T] This project was created by Intel to enable support for the Intel
[T] PRO/Wireless 2100 Network Connection mini PCI adapter. This project
[T] (IPW2100) is intended to be a community effort as much as is possible given
[T] some working constraints (mainly, no HW documentation is available)
[U] http://ipw2100.sourceforge.net/
[A] James Ketrenos <jketreno@linux.intel.com>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] base/kernel
[L] GPL
[S] Beta
[V] 0.46_3
[P] X -----5---9 800.000
[D] 2203705798 ipw2100-0.46_3.tgz http://dl.sourceforge.net/ipw2100/

Loading…
Cancel
Save