diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-07-18 17:19:57 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-07-18 17:19:57 +0000 |
commit | d1acc5831683a713653255b27b1d42ef66825dfe (patch) | |
tree | 0d38fa0dc2551ca879ff1d88c3a4218d1f2cd3e6 /sys/src/9/zynq | |
parent | d4eb08a86007787b046221fa6c76788fbec1f597 (diff) |
kernel: consistently add devbridge and netdevmedium to kernel configs
Diffstat (limited to 'sys/src/9/zynq')
-rw-r--r-- | sys/src/9/zynq/zynq | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/src/9/zynq/zynq b/sys/src/9/zynq/zynq index 42e499e33..4c702d4aa 100644 --- a/sys/src/9/zynq/zynq +++ b/sys/src/9/zynq/zynq @@ -11,8 +11,9 @@ dev env pipe dup - ether netif - ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno + ether netif + bridge log + ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno tls cap kprof |