alzhao
4
I have updated badvpn openwrt package and compiled it in OpenWrt CC1505.
It compiled but I didn’t test.
I attached the ipk and source code for you if you want to compile by yourself.
Appreciate if you can report if it works.
alzhao
7
I cannot see the picture. It is re-sized by the host.
Please use attachment.
alzhao
8
from your compile message, seems you didn’t make it correct. I am using Openwrt buildroot, not SDK. So it may be a little different.
First, you don’t need to git clone the badvpn.
create a folder, openwrt/packages/badvpn,
then put the Makefile I attached in this folder. Run make menuconfig and select badvpn in network->vpn, then
make package/badvpn/compile
alzhao
11
From your opkg install error: first you need to do “opkg update” to retrieve all the dependencies, then use opkg install.
Second for your compiling error, I am not sure why because I am not using OpenWrt SDK. Try using the OpenWrt buildroot, as docs here:
https://github.com/domino-team/openwrt-cc
alzhao
13
For BB you need to download the code from openwrt directly. There is patch for gl.inet6416 already there.
alzhao
15
I am in vacation and will be able to compile next next week.