Fix openwrt build instructions

This commit is contained in:
emanuele-f 2019-07-06 21:15:03 +02:00
parent f0545a1fe2
commit 4aff8938ac

View File

@ -4,7 +4,7 @@ From the OpenWRT build directory:
```
git clone https://github.com/ntop/n2n n2n
ln -s n2n/packages/n2n package/n2n
cp -r n2n/packages/openwrt package/n2n
make menuconfig # select Network -> VPN -> n2n-edge and n2n-supernode
make package/n2n/compile V=s
```