smallprogram / OpenWrtAction

Openwrt automatic compilation project of github action, Support x86 R2S R2C R4S R5S R5C H66K H68K H69K R66S R68S RPi3 RPi4 asus xiaomi phicomm jdcloud thunder etc.
MIT License
160 stars 58 forks source link

r2s 默认地址无法链接到openwrt #3

Closed aboluo12138 closed 1 year ago

aboluo12138 commented 1 year ago

描述bug

默认地址:10.10.0.253无法链接到openwrt后台 1 2

github-actions[bot] commented 1 year ago

@aboluo12138: hello! :wave:

This issue is being automatically closed because it does not follow the issue template.

smallprogram commented 1 year ago

最近我在大改编译脚本,可能固件都有点问题。

aboluo12138 commented 1 year ago

原来如此,我还以为是我的问题

smallprogram commented 1 year ago

你可以尝试在本地,用我那个wsl2.op.sh编译R2S,那个没有问题,具体方法看readme。 我也可以简单的说一下

  1. 进入你的linux系统,安装lede编译前的那些包
  2. 执行git clone https://github.com/smallprogram/OpenWrtAction
  3. cd OpenWrtAction
  4. bash wsl2op.sh
  5. 按照菜单提示一步一步选择执行即可