Commit e6ad1bf53f1ca33e1b59e7a45ccef5741cad5250
- Date: Tue Jun 17 08:35:21 +0000 2008
- Committer: Robert Spanton (rspanton@zepler.net)
- Author: Robert Spanton (rspanton@zepler.net)
- Commit SHA1: e6ad1bf53f1ca33e1b59e7a45ccef5741cad5250
- Tree SHA1: 95fa5739d9194c61992d525a04c2c08afe174884
Default to build for connex
Commit diff
| |   |
| 2 | 2 | # Uncomment *one* of the lines below as appropriate for your gumstix model |
| 3 | 3 | # |
| 4 | 4 | #MACHINE = "gumstix-custom-basix" |
| 5 | | #MACHINE = "gumstix-custom-connex" |
| 6 | | MACHINE = "gumstix-custom-verdex" |
| 5 | MACHINE = "gumstix-custom-connex" |
| 6 | #MACHINE = "gumstix-custom-verdex" |
| 7 | 7 | |
| toggle raw diff |
--- a/build/conf/auto.conf
+++ b/build/conf/auto.conf
@@ -2,6 +2,6 @@
# Uncomment *one* of the lines below as appropriate for your gumstix model
#
#MACHINE = "gumstix-custom-basix"
-#MACHINE = "gumstix-custom-connex"
-MACHINE = "gumstix-custom-verdex"
+MACHINE = "gumstix-custom-connex"
+#MACHINE = "gumstix-custom-verdex"
|