From b5f5818f22d6fc47867f77fae647290d06e073da Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 13 Jan 2011 15:06:58 +0100 Subject: [PATCH] projects/Intel/options: add iwl4965 firmware support Signed-off-by: Stephan Raue --- projects/Intel/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Intel/options b/projects/Intel/options index f3efc9d85f..62bfc25e0b 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -182,7 +182,7 @@ # Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050) # Space separated list is supported, # e.g. FIRMWARE="iwl3945 iwl5000" - FIRMWARE="iwl5000" + FIRMWARE="iwl4965 iwl5000" # build with lm_sensors hardware monitoring support (yes / no) SENSOR_SUPPORT="yes"