diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-02-27 08:47:17 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-02-27 08:47:17 +0100 |
commit | 88ccea37f65b87312292b2b1a107c39927c6a2c3 (patch) | |
tree | a0eedc9c3d78fe93a1b74975c6336f5c2395d116 /sys/src/9/mtx | |
parent | 242403d9f92e14969c1f418e0ee086193e9c9698 (diff) |
kernel: remove ptclbsum dependencies from configs
Diffstat (limited to 'sys/src/9/mtx')
-rw-r--r-- | sys/src/9/mtx/mtx | 2 | ||||
-rw-r--r-- | sys/src/9/mtx/mtxcpu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/mtx/mtx b/sys/src/9/mtx/mtx index 5330459f5..73e26ac0a 100644 --- a/sys/src/9/mtx/mtx +++ b/sys/src/9/mtx/mtx @@ -17,7 +17,7 @@ dev rtc ether netif - ip arp chandial ip ipv6 ipaux iproute netif netlog nullmedium pktmedium ptclbsum inferno + ip arp chandial ip ipv6 ipaux iproute netif netlog nullmedium pktmedium inferno link ether2114x pci diff --git a/sys/src/9/mtx/mtxcpu b/sys/src/9/mtx/mtxcpu index 3e08dd763..8f349856b 100644 --- a/sys/src/9/mtx/mtxcpu +++ b/sys/src/9/mtx/mtxcpu @@ -17,7 +17,7 @@ dev rtc ether netif - ip arp chandial ip ipv6 ipaux iproute netif netlog nullmedium pktmedium ptclbsum inferno + ip arp chandial ip ipv6 ipaux iproute netif netlog nullmedium pktmedium inferno link ether2114x pci |