Browse Source

Fix openwrt build instructions

pull/166/head
emanuele-f 5 years ago
parent
commit
4aff8938ac
  1. 2
      packages/openwrt/README.md

2
packages/openwrt/README.md

@ -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
```

Loading…
Cancel
Save