forked from https://github.com/anti-gfw/packages/tree/master/luci/applications/luci-app-ngrok
为ImageBuilder编译此固件所需依赖包而建,非原创
软件包为ngrok-c的luci配置页面,可配合openwrt-ngrokc使用
支持HTTP和TCP两种模式的内网穿透
显式依赖 ngrokc
-
从 OpenWrt 的 SDK 编译
# 以 ar71xx 平台为例 tar xjf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2 cd OpenWrt-SDK-ar71xx-* # 获取 Makefile git clone https://github.com/AlexZhuo/luci-app-ngrokc.git package/luci-app-ngrokc # 选择要编译的包 Network -> Luci -> luci-app-ngrokc make menuconfig # 开始编译 make package/luci-app-ngrokc/compile V=99