diff options
author | sam <sam@FreeBSD.org> | 2009-02-27 19:21:35 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-02-27 19:21:35 +0000 |
commit | f6a89b7745c62c67df9b9efb711afbf420b944c4 (patch) | |
tree | f4a89ca502031d8ae1c0da143f306e07a22aef69 /tools | |
parent | 1d7238f9d670d13d456afc843387c438fab12799 (diff) | |
download | FreeBSD-src-f6a89b7745c62c67df9b9efb711afbf420b944c4.zip FreeBSD-src-f6a89b7745c62c67df9b9efb711afbf420b944c4.tar.gz |
o add -HEAD to avoid build conflicts
o switch to a more common flash config
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/nanobsd/gateworks/avila | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/nanobsd/gateworks/avila b/tools/tools/nanobsd/gateworks/avila index 4c387fc..594610a 100644 --- a/tools/tools/nanobsd/gateworks/avila +++ b/tools/tools/nanobsd/gateworks/avila @@ -1,10 +1,10 @@ # $FreeBSD$ -NANO_NAME="avila" +NANO_NAME="avila-HEAD" NANO_SRC=`pwd | sed 's/.tools.tools.nanobsd.*//'` NANO_KERNEL="G2348" -NANO_IMAGES=1 -FlashDevice Sandisk 64 +NANO_IMAGES=2 +FlashDevice Sandisk 512 . common |