Also include firmware-linux meta package if non-free is enabled.

While the actual firmware packages are automatically detected,
it is handy to have the firmware-linux meta package included
if non-free is enabled. That way, future upgrades to newer kernels
will keep having all available firmware packages pulled in too.
This commit is contained in:
Daniel Baumann 2012-04-26 23:02:50 +02:00
parent 4a182167c7
commit 53898caf1f
2 changed files with 7 additions and 0 deletions

View File

@ -445,6 +445,10 @@ then
done
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
else
# Manually add firmware-linux/non-free meta package
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux"
fi
# Drop section and keep package names only

View File

@ -85,6 +85,9 @@ then
done
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
else
# Manually add firmware-linux/non-free meta package
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux"
fi
# Drop section and keep package names only