n2n/packages/openwrt/README.md

11 lines
240 B
Markdown
Raw Normal View History

2019-07-06 18:40:23 +02:00
## Instructions
From the OpenWRT build directory:
```
2019-07-06 21:03:32 +02:00
git clone https://github.com/ntop/n2n n2n
2019-07-06 21:15:03 +02:00
cp -r n2n/packages/openwrt package/n2n
2019-07-06 18:40:23 +02:00
make menuconfig # select Network -> VPN -> n2n-edge and n2n-supernode
make package/n2n/compile V=s
```