Skip to content

Commit 7972c63

Browse files
authored
Update README.md
1 parent 04b90de commit 7972c63

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Data Plane Development Kit (DPDK) integration into OpenWrt
22

3-
This repository contains all necessary packages for the compilation of [DPDK](https://www.dpdk.org) on [OpenWrt](https://openwrt.org).
3+
This repository contains all necessary packages for the compilation of [DPDK](https://www.dpdk.org) on [OpenWrt](https://openwrt.org). CPU architectures x86_64 and aarch64 are supported.
44

5-
Packages are assembled by information from https://doc.dpdk.org/guides/howto/openwrt.html
5+
Packages are assembled by information from https://doc.dpdk.org/guides/howto/openwrt.html.
66

77
## Repository packages
88

@@ -52,6 +52,3 @@ make menuconfig
5252
```
5353
make package/dpdk/compile -j$((`nproc`+1))
5454
```
55-
56-
57-

0 commit comments

Comments
 (0)