diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-17 20:33:39 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-17 20:33:39 +0100 |
commit | 3e48a666658b2636f11e28dc589180102674d343 (patch) | |
tree | c053866fef16cfa57e328dce7de41c80dcf71cc9 /sys/src/9 | |
parent | 520c938f0b269be3c1909ddd9b8ed33af44fd299 (diff) |
pc, pc64: add devbridge to kernel configuration
Diffstat (limited to 'sys/src/9')
-rw-r--r-- | sys/src/9/pc/pc | 1 | ||||
-rw-r--r-- | sys/src/9/pc64/pc64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/pc/pc b/sys/src/9/pc/pc index ea3732054..829452169 100644 --- a/sys/src/9/pc/pc +++ b/sys/src/9/pc/pc @@ -20,6 +20,7 @@ dev fs ether netif + bridge netif log ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno draw screen vga vgax swcursor diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64 index c347952df..73dfc4c33 100644 --- a/sys/src/9/pc64/pc64 +++ b/sys/src/9/pc64/pc64 @@ -20,6 +20,7 @@ dev fs ether netif + bridge netif log ip arp chandial ip ipv6 ipaux iproute netlog ethermedium nullmedium pktmedium inferno draw screen vga vgax swcursor |