Skip to content

openwrt-china/compile-single-ipk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdk-action

操作截图

fork 后会自动切到自己的仓库:

  1. 切到Action页面
  2. 选择set_variable 工作流
  3. 点击run workflow按钮 . 选择需要编译的目标设备
  4. 在下拉输入框source code URL中填入需要编译的插件源码地址(注意使用https,不要使用ssh, 例:https://github.com/luochongjun/edgerouter.git
  5. 在下拉输入框Openwrt package name中填入需要编译的插件名 (要编译的插件名字,例:edgerouter)
  6. 如果源代码需要认证信息可以输入邮箱和密码,如果没有则留空
  7. 点击Run workflow

接下来会自动执行编译,编译时间快的可能2,3分钟,取决于插件本身的编译时间

编译完成后,点击对应工作,可查看编译好的插件压缩包,压缩包中包含了你需要编译的插件以及所有依赖软件包

下载解压后找到需要的ipk文件

将ipk文件传到路由器后台,使用 opkg 命令安装.

opkg install /tmp/*.ipk

可选的包

仓库 名称
https://github.com/openwrt-packages/openwrt-vlmcsd openwrt-vlmcsd
https://github.com/openwrt-packages/luci-app-vlmcsd luci-app-vlmcsd
https://github.com/openwrt-packages/helloworld luci-app-ssr-plus
https://github.com/openwrt-packages/luci-app-bandwidthd luci-app-bandwidthd
https://github.com/openwrt-packages/luci-app-clash luci-app-clash

luci-samba4 新增一项

luci-samba4 配置

名称     tmp
路径     /tmp
可浏览   勾选
允许用户 ftp

About

OpenWRT 路由器应用软件包编译ACTION

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%