commit 70b546bd0b46c17008d22e0378369457ab924d42
Author: Simó Albert i Beltran <sim6@probeta.net>
Date:   Sat Jun 23 22:47:21 2012 +0200

    Fix config, writes selected target in .config file, closes #165.

diff --git a/Makefile b/Makefile
index f964a14..d967b6a 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ list_targets:
 	@exit 0
 
 config:
-	select HW in alix rs rspro x86 fonera nsm5 nsm2; do break; done; echo $HW > .config.tmp;
+	select HW in $(HW_AVAILABLE); do break; done; echo $$HW > .config.tmp;
 	mv .config.tmp .config
 
 help:
