[kernel] r9257 - dists/trunk/ipw3945d/debian

Jurij Smakov jurij-guest at alioth.debian.org
Sun Aug 5 08:51:19 UTC 2007


Author: jurij-guest
Date: Sun Aug  5 08:51:19 2007
New Revision: 9257

Log:
* Prepare 1.7.22-5.
* Pass command line options to the module in /etc/modprobe.d/ipw3945d.


Modified:
   dists/trunk/ipw3945d/debian/changelog
   dists/trunk/ipw3945d/debian/modprobe

Modified: dists/trunk/ipw3945d/debian/changelog
==============================================================================
--- dists/trunk/ipw3945d/debian/changelog	(original)
+++ dists/trunk/ipw3945d/debian/changelog	Sun Aug  5 08:51:19 2007
@@ -1,3 +1,11 @@
+ipw3945d (1.7.22-5) unstable; urgency=low
+
+  * Pass the command line options to the module via $CMDLINE_OPTS in
+    /etc/modprobe.d/ipw3945d. Thanks to Sebastian Schmidt.
+    Closes: #419460
+
+ -- Jurij Smakov <jurij at debian.org>  Sun, 05 Aug 2007 09:48:03 +0100
+
 ipw3945d (1.7.22-4) unstable; urgency=low
 
   * Create the PID directory when starting, if it does not exist.

Modified: dists/trunk/ipw3945d/debian/modprobe
==============================================================================
--- dists/trunk/ipw3945d/debian/modprobe	(original)
+++ dists/trunk/ipw3945d/debian/modprobe	Sun Aug  5 08:51:19 2007
@@ -1,2 +1,2 @@
-install ipw3945 modprobe --ignore-install ipw3945 && /etc/init.d/ipw3945d modprobe-start
+install ipw3945 modprobe --ignore-install ipw3945 $CMDLINE_OPTS && /etc/init.d/ipw3945d modprobe-start
 remove  ipw3945 /etc/init.d/ipw3945d modprobe-stop && modprobe -r --ignore-remove ipw3945



More information about the Kernel-svn-changes mailing list