From 87a408494f6dd65e6ff41b66abba8a8770b10a6f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 22 Jan 2010 03:24:54 +0100 Subject: [PATCH] projects/generic/options: - install ipw2100 and ipw2200 firmware by default --- projects/generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/generic/options b/projects/generic/options index d663b69f05..d1bad1df49 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -99,7 +99,7 @@ # Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000) # Space separated list is supported, # e.g. FIRMWARE="iwl3945 iwl5000" - FIRMWARE="iwl1000 iwl3945 iwl4965 iwl5000 iwl5150 iwl6000" + FIRMWARE="ipw2100 ipw2200 iwl1000 iwl3945 iwl4965 iwl5000 iwl5150 iwl6000" # build with games support (yes / no) GAMES="no"