gigibox / openwrt-xkcptun

OpenWrt package for xkcptun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xkcptun is in the openwrt package feed now and maintenance will happen there

OpenWrt-xkcptun

This is an OpenWrt package feed for xkcptun.

Where to download packages?

Check the release section for the most recent release!

How to build a OpenWrt .ipk package?

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/

About

OpenWrt package for xkcptun


Languages

Language:Lua 38.0%Language:Makefile 35.8%Language:Shell 26.3%