diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-07-07 17:53:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-07-07 17:53:27 +0800 |
commit | cde5cc1a1b288f2c4ec7764f09e8d45ba69fa922 (patch) | |
tree | 7bb19a0014f73e5f866babf58641789dfb687bd8 /comms/Makefile | |
parent | 3915b8c546bba256abce5ca1b829472d0d4a6980 (diff) | |
download | freebsd-ports-graphics-cde5cc1a1b288f2c4ec7764f09e8d45ba69fa922.tar.gz freebsd-ports-graphics-cde5cc1a1b288f2c4ec7764f09e8d45ba69fa922.tar.zst freebsd-ports-graphics-cde5cc1a1b288f2c4ec7764f09e8d45ba69fa922.zip |
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/
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 020c26b03af..c51fb60701f 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 |