op-packages/luci-app-campusnet/README.md
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

1.0 KiB

luci-app-campusnet

GitHub License

适用于 UJN 等院校的联通校园网自动验证插件

本项目仅提供了x86架构的ipk包,其他平台可按照以下流程自行编译

多拨版暂未开发,相关脚本见 (依赖于 luci-app-syncdial)

Static Badge

LEDE 或 OpenWrt 编译

克隆本项目至 lede 或 openwrt 的 feeds/luci/applications/

cd feeds/luci/applications/

git clone https://github.com/nicholas9698/luci-app-campusnet.git

返回 lede 或 openwrt 根目录,然后使用以下命令编译本插件

cd lede

./scripts/feeds update -a

./scripts/feeds install -a

make package/feeds/luci/luci-app-campusnet/compile V=s

编译的 ipk 包将在 bin/packages/target/luci/ 中生成