xkcptun is in the openwrt package feed now and maintenance will happen there
This is an OpenWrt package feed for xkcptun.
Check the release section for the most recent release!
These commands show how to build an OpenWrt a package(ipk) of xkcptun
cd openwrt echo "src-git xkcptun https://github.com/gigibox/openwrt-xkcptun.git" >> feeds.conf.default ./scripts/feeds update xkcptun ./scripts/feeds install -a -p xkcptun
The xkcptun packages should now appear in menuconfig.
make menuconfig Network ---> < M > xkcptun LuCI ---> 3. Applications ---> <*> luci-app-xkcptun
Exit and save the settings. Then build the packages:
make package/xkcptun/compile V=s make package/luci-app-xkcptun/compile V=s
The ipk packages can now be found in bin/.../packages/xkcptun/