diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-07-07 09:53:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-07-07 09:53:27 +0000 |
commit | 94c79c2970e27ba0a9da6e31bcf6b6869018bb8c (patch) | |
tree | 3c21c41e26dc81fc74d7d003b625eb7c801dd538 /comms/Makefile | |
parent | f7a78f5748d1ef2ef2233091dfc52a833b92ceee (diff) |
The purpose of this utility is to provide an easy way to flash
kernels and romdisks to the Agenda VR3.
FEATURES
o Direct serial access (w/o minicom)
o Built-in Xmodem (send) support
o Built-in Etxack (send) support (c/o Brad @ Agenda)
o Progress meters
o Capture file
o PMON over-write detection/protection
LATEST VERSION
You can always get the latest version of this utility from:
WWW: http://www.apex.net/~jeff/agenda-utils/
Notes
Notes:
svn path=/head/; revision=44868
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 020c26b03af6..c51fb60701fc 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -29,6 +29,7 @@ SUBDIR += tkhylafax SUBDIR += viewfax SUBDIR += vpb2 + SUBDIR += vrflash SUBDIR += xcept SUBDIR += yaps SUBDIR += yawmppp |