Open weonbean opened 4 years ago
楼主 有没有找到方法解决了 我的编译出来 也没有 最后也是你这段话 另外写入IMG 的时候 提示错误 但可以用 不知道 什么情况
CONFIG_PACKAGE_luci-app-ssr-plus=y
你只定制了ssr-plus的依赖,你的ssr-plus依赖不定制也可以,直接定制CONFIG_PACKAGE_luci-app-ssr-plus=y就可以自动把依赖编译进去。简洁一点,不用看的眼花
你只定制了ssr-plus的依赖,你的ssr-plus依赖不定制也可以,直接定制CONFIG_PACKAGE_luci-app-ssr-plus=y就可以自动把依赖编译进去。简洁一点,不用看的眼花
加上CONFIG_PACKAGE_luci-app-ssr-plus=y 编译出来 也没有
https://github.com/cnhap/lede/blob/master/.github/workflows/myopenwrt.yml
你只定制了ssr-plus的依赖,你的ssr-plus依赖不定制也可以,直接定制CONFIG_PACKAGE_luci-app-ssr-plus=y就可以自动把依赖编译进去。简洁一点,不用看的眼花
非常感谢!只定制了依赖没定制本体,傻了。。
你只定制了ssr-plus的依赖,你的ssr-plus依赖不定制也可以,直接定制CONFIG_PACKAGE_luci-app-ssr-plus=y就可以自动把依赖编译进去。简洁一点,不用看的眼花
加上CONFIG_PACKAGE_luci-app-ssr-plus=y 编译出来 也没有
https://github.com/cnhap/lede/blob/master/.github/workflows/myopenwrt.yml
在diy-part1.sh中,要去掉示例前面的#,大雕把插件隐藏了
sed -i 's/^#(.*helloworld)/\1/' feeds.conf.default
你只定制了ssr-plus的依赖,你的ssr-plus依赖不定制也可以,直接定制CONFIG_PACKAGE_luci-app-ssr-plus = y就可以自动把依赖编译进去。简洁一点,不用看的眼花
加上CONFIG_PACKAGE_luci-app-ssr-plus = y编译出来也没有 https://github.com/cnhap/lede/blob/master/.github/workflows/myopenwrt.yml
在diy-part1.sh中,要去掉示例前面的#,大雕把插件隐藏了
Uncomment a feed source
sed -i's /^#(.* helloworld)/ \ 1 /'feeds.conf.default
没有看明白
- name: Update feeds
run: |
sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a
在那里加 sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
在插件选择中选了所有的插件,但定制出来的固件中,却没有SSR插件,其他插件都有。请问是换了名字还是什么?
常用LuCI插件选择:
另外,出现了如下的warning,但最后还是能生成artifacts,
Check warning on line 1 in .github
@github-actions github-actions / Build OpenWrt
.github#L1 No files were found for the provided path: ./bin/targets///config.seed. No artifacts will be uploaded.