Updated for build 2666 changes

This commit is contained in:
John LeFebvre 2024-02-28 21:22:28 +00:00
parent 3efa6a91d2
commit 70a1e940ed
1 changed files with 16 additions and 10 deletions

View File

@ -5,6 +5,9 @@ NEW
.OR $2000
.TF bin/netconfig
*--------------------------------------
* for build 2666 onwards
*--------------------------------------
.INB inc/macros.i
.INB inc/a2osx.i
.INB inc/mli.i
@ -14,6 +17,7 @@ NEW
* Constants
*--------------------------------------
EV.SAVE .EQ $C0
EV.QUIT .EQ $C1
EV.AUTOIP .EQ $C2
EV.OK .EQ $CE
EV.CANCEL .EQ $CF
@ -1105,16 +1109,18 @@ HOST.Label .AZ "Hostname:"
*Host.Text .BS 16
*--------------------------------------
IFACE.Label .AZ "Interface"
IFACE.List .CS "Uthernet\r"
.CS "LanCeGS\r"
.CS "Uthernet2\r"
.CS "Dan2Eth\r"
.CS "UdEth\r"
.CZ "UdEth.D (DMA)"
IFACE.List .AZ "Uthernet"
.AZ "LanCeGS"
.AZ "Uthernet2"
.AZ "Dan2Eth"
.AZ "UdEth"
.AZ "UdEth.D (DMA)"
.DA 0
*--------------------------------------
AUTOIP.Label .AZ "Auto or Manual IP"
AUTOIP.List .CS "Auto/DHCP\r"
.CZ "Manual/Static"
AUTOIP.List .AZ "Auto/DHCP"
.AZ "Manual/Static"
.DA 0
*--------------------------------------
PROTO.Label .AZ "Protocol"
LIBTCPIP.Label .AZ "TCP/IP"
@ -1163,8 +1169,8 @@ HOST.Hdr .CZ "# Put hostname here (max 15 characters)\r"
.DUMMY
.OR 0
DS.START
IFACE.Var .BS 1
AUTOIP.Var .BS 1
IFACE.Var .BS 2
AUTOIP.Var .BS 2
LIBTCPIP.Var .BS 1
LIBETALK.Var .BS 1
TELNET.Var .BS 1