* netcardconfig: added support for ipw3945 0.1-4
authorMichael Prokop <mika@grml.org>
Mon, 4 Dec 2006 13:56:20 +0000 (14:56 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 4 Dec 2006 13:56:20 +0000 (14:56 +0100)
debian/changelog
sbin/netcardconfig

index 17f3e73..1e898a5 100644 (file)
@@ -1,3 +1,9 @@
+grml-network (0.1-4) unstable; urgency=low
+
+  * netcardconfig: added support for ipw3945
+
+ -- Michael Prokop <mika@grml.org>  Mon,  4 Dec 2006 14:56:00 +0100
+
 grml-network (0.1-3) unstable; urgency=low
 
   * Use 'Architecture: all' in debian/control so we can use the
index 23f7242..8a4f391 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       Klaus Knopper 2002, Niall Walsh + Stefan Lippers-Hollmann 2005, Michael Prokop <mika@grml.org>, Marcel Wichern <marcel@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Mit Okt 04 11:52:26 CEST 2006 [mika]
+# Latest change: Mon Dez 04 14:55:58 CET 2006 [mika]
 ################################################################################
 # Changes have been merged from Kanotix's netcardconfig taken from
 # http://kanotix.com/files/debian/pool/main/n/netcardconfig-kanotix/
@@ -270,7 +270,7 @@ configiface() {
       ath_pci)
         WPA_DEV="madwifi"
         ;;
-      ipw2200|ipw2100)
+      ipw2200|ipw2100|ipw3945)
         WPA_DEV="wext"
         ;;
       hostap)