Skip to content

Commit 85f2cb3

Browse files
committed
Add Cisco drivers
Signed-off-by: Pooja Trivedi <poojatrivedi@gmail.com>
1 parent 7b0ffaf commit 85f2cb3

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ $ docker buildx build --load -t hook-nix-dev -f hack/Dockerfile .
152152
$ docker run -it -v "$PWD:$PWD" -w "$PWD" -v /var/run/docker.sock:/var/run/docker.sock hook-nix-dev bash
153153
```
154154

155-
Alternitavely, don't use nix at all.
155+
Alternatively, don't use nix at all.
156156
We use nix-shell just for binaries/$PATH management, so if you have the binaries available you don't need nix at all.
157157
Of course be prepared for CI to complain about formatting/linting due to possible version differences.
158158

kernel/config-5.10.x-x86_64

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,8 @@ CONFIG_BNXT_HWMON=y
21532153
# CONFIG_NET_VENDOR_CADENCE is not set
21542154
# CONFIG_NET_VENDOR_CAVIUM is not set
21552155
# CONFIG_NET_VENDOR_CHELSIO is not set
2156-
# CONFIG_NET_VENDOR_CISCO is not set
2156+
CONFIG_NET_VENDOR_CISCO=y
2157+
# CONFIG_ENIC is not set
21572158
# CONFIG_NET_VENDOR_CORTINA is not set
21582159
# CONFIG_CX_ECAT is not set
21592160
# CONFIG_DNET is not set
@@ -2360,7 +2361,24 @@ CONFIG_WLAN_VENDOR_QUANTENNA=y
23602361
#
23612362
# Enable WiMAX (Networking options) to see the WiMAX drivers
23622363
#
2363-
# CONFIG_WAN is not set
2364+
CONFIG_WAN=y
2365+
# CONFIG_LANMEDIA is not set
2366+
CONFIG_HDLC=m
2367+
# CONFIG_HDLC_RAW is not set
2368+
# CONFIG_HDLC_RAW_ETH is not set
2369+
CONFIG_HDLC_CISCO=m
2370+
# CONFIG_HDLC_FR is not set
2371+
# CONFIG_HDLC_PPP is not set
2372+
2373+
#
2374+
# X.25/LAPB support is disabled
2375+
#
2376+
# CONFIG_PCI200SYN is not set
2377+
# CONFIG_WANXL is not set
2378+
# CONFIG_PC300TOO is not set
2379+
# CONFIG_FARSYNC is not set
2380+
# CONFIG_DLCI is not set
2381+
# CONFIG_SBNI is not set
23642382
CONFIG_XEN_NETDEV_FRONTEND=y
23652383
CONFIG_VMXNET3=y
23662384
# CONFIG_FUJITSU_ES is not set

0 commit comments

Comments
 (0)