shithub: riscv

Download patch

ref: 415ad3e7236aa6884cb3ad616a6fdf1408c63adc
parent: cd752a39f8b0b36378800740c0e5915beabfb56d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Aug 15 18:14:52 EDT 2018

inst/startether: fix typo

--- a/rc/bin/inst/startether
+++ b/rc/bin/inst/startether
@@ -21,7 +21,7 @@
 		ip/ipconfig -g $gwaddr ether $netdev $ipaddr $ipmask >>[2]/srv/log
 	case automatic
 		>>[2]/srv/log @{
-			ip/ipconfig ra6 recva 1 &
+			ip/ipconfig ra6 recvra 1 &
 			ip/ipconfig &
 			wait
 		}