shithub: riscv

Download patch

ref: 3e48a666658b2636f11e28dc589180102674d343
parent: 520c938f0b269be3c1909ddd9b8ed33af44fd299
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Dec 17 15:33:39 EST 2017

pc, pc64: add devbridge to kernel configuration

--- a/sys/src/9/pc/pc
+++ b/sys/src/9/pc/pc
@@ -20,6 +20,7 @@
 	fs
 
 	ether		netif
+	bridge		netif log
 	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
 
 	draw		screen vga vgax swcursor
--- a/sys/src/9/pc64/pc64
+++ b/sys/src/9/pc64/pc64
@@ -20,6 +20,7 @@
 	fs
 
 	ether		netif
+	bridge		netif log
 	ip		arp chandial ip ipv6 ipaux iproute netlog ethermedium nullmedium pktmedium inferno
 
 	draw		screen vga vgax swcursor