[debian-edu-commits] r81139 - in branches/wheezy/debian-edu-config: debian sbin

pere at alioth.debian.org pere at alioth.debian.org
Mon Jun 24 11:47:48 UTC 2013


Author: pere
Date: 2013-06-24 11:47:48 +0000 (Mon, 24 Jun 2013)
New Revision: 81139

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup
Log:
Add debian-edu-hwsetup workaround for b43 wifi cards, installing
the firmware-b43-installer package.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-06-24 11:24:08 UTC (rev 81138)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-06-24 11:47:48 UTC (rev 81139)
@@ -7,6 +7,8 @@
   * Update debian-edu-hwsetup, remove obsolete entries and update the
     entry for iwlwifi network cards to install firmware-iwlwifi during
     installation.
+  * Add debian-edu-hwsetup workaround for b43 wifi cards, installing
+    the firmware-b43-installer package.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 24 Jun 2013 09:36:17 +0200
 

Modified: branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup
===================================================================
--- branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup	2013-06-24 11:24:08 UTC (rev 81138)
+++ branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup	2013-06-24 11:47:48 UTC (rev 81139)
@@ -71,5 +71,8 @@
 	iwlwifi)
 	    add_nonfree_pkg firmware-iwlwifi
 	    ;;
+	b43)
+	    add_nonfree_pkg firmware-b43-installer
+	    ;;
     esac
 done




More information about the debian-edu-commits mailing list