[pve-devel] r5091 - pve-kernel-2.6.32/trunk
svn-commits at proxmox.com
svn-commits at proxmox.com
Fri Sep 3 12:50:12 CEST 2010
Author: dietmar
Date: 2010-09-03 10:50:12 +0000 (Fri, 03 Sep 2010)
New Revision: 5091
Modified:
pve-kernel-2.6.32/trunk/README
pve-kernel-2.6.32/trunk/assemble-firmware.pl
Log:
Modified: pve-kernel-2.6.32/trunk/README
===================================================================
--- pve-kernel-2.6.32/trunk/README 2010-09-03 10:32:57 UTC (rev 5090)
+++ pve-kernel-2.6.32/trunk/README 2010-09-03 10:50:12 UTC (rev 5091)
@@ -17,6 +17,29 @@
- include latest AoE driver (http://support.coraid.com/support/linux)
+FIRMWARE:
+=========
+
+We create our own firmware package, which includes the firmware for
+all proxmox-ve kernels. So far this include
+
+pve-kernel-2.6.18
+pve-kernel-2.6.24
+pve-kernel-2.6.32
+
+We use 'find-firmware.pl' to extract lists of required firmeware
+files. The script 'assemble-firmware.pl' is used to read those lists
+and copy the files from various source directory into a target
+directory.
+
+We do not include firmeware for some wireless HW when there is a
+separate debian package for that, for example:
+
+zd1211-firmware
+atmel-firmware
+bluez-firmware
+
+
PATCHES:
--------
Modified: pve-kernel-2.6.32/trunk/assemble-firmware.pl
===================================================================
--- pve-kernel-2.6.32/trunk/assemble-firmware.pl 2010-09-03 10:32:57 UTC (rev 5090)
+++ pve-kernel-2.6.32/trunk/assemble-firmware.pl 2010-09-03 10:50:12 UTC (rev 5091)
@@ -113,7 +113,7 @@
# skip ZyDas usb wireless, use package zd1211-firmware instead
next if $fw =~ m|^zd1211/|;
- # skip amtel at76c50x wireless networking chips.
+ # skip atmel at76c50x wireless networking chips.
# use package atmel-firmware instead
next if $fw =~ m|^atmel_at76c50|;
More information about the pve-devel
mailing list