-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能不能改成本地版的? #2
Comments
在本地按照这个步骤执行就好了. |
WARNING: Makefile 'package/feeds/telephony/kamailio-5.x/Makefile' has a dependency on 'python-light', which does not exist /home/runner/work/Actions-OpenWrt-Nginx/Actions-OpenWrt-Nginx/openwrt/include/toplevel.mk:119: recipe for target 'defconfig' failed 云编译不成功,每次都在这里出错。 我试试本地编译,谢谢指导。 |
./diy.sh: 行 71: curl:未找到命令 执行diy.sh后的错误。 |
li@aki:~/op$ make defconfig /home/li/op/include/toplevel.mk:119: recipe for target 'defconfig' failed 这个是执行 make defconfig后的 |
li@aki:~/op$ make menuconfig /home/li/op/include/toplevel.mk:134: recipe for target 'menuconfig' failed 尝试make menuconfig 不成功,不能继续。 |
本地编译前需要先安装好环境 命令行输入 sudo apt-get update ,然后输入 sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler ccache xsltproc rename antlr3 gperf 至于云编译失败可能是github的问题,明天再试试,我在本地试了没问题的. |
但我本地编译其它的没问题啊,我今天还编译过lean的R20.4.8版本。lienol的dev-master分支也在更新。 |
已修复
|
fullconenat.patch 100%[===================>] 2.02K --.-KB/s 用时 0s 2020-04-10 13:36:11 (24.6 MB/s) - 已保存 “package/network/config/firewall/patche s/fullconenat.patch” [2071/2071]) ./diy.sh:行72: curl:未找到命令 这次能执行完diy.sh,但有这些信息,我编译看看能不能完成。 早上云编译了2次,能编译完成,但有点问题。有一大半的选项,点进去是一直在转圈,显示“正在载入视图…”。 |
./diy.sh: 行 71: curl:未找到命令 |
touch /home/li/openwrt/staging_dir/target-x86_64_musl/stamp/.v2ray-plugin_installed 试了N次,上一次是luci-app-advancedsetting 这个插件编译不过去,现在是passwall。 |
openwrt官方源码调整导致的错误,等我后续修复下. |
已修复. |
Applying ./patches/fullconenat.patch using plaintext: Applying ./patches/fullconenat.patch.1 using plaintext: 本地提示这个,云编译好像也是。我的编译不出来。 |
因为你本地执行了两次diy.sh 导致下载了fullconenat.patch和fullconenat.patch.1,删除package/network/config/firewall/patches/fullconenat.patch1即可. |
不行,我编译不过去。 2小时前,我重新fork,然后改了点配置,云编译。 调整固件大小 ,因为我用到的比较少,我平时编译就只用到16,160 Applications =y的大部分被我注释了,因为用不到。 CONFIG_PACKAGE_autocore=y 我改成了Y。 |
不好意思,又调整了下,再试试. |
我云编译通过了. |
我的又在1小时40多分的时候失败了,我现在把容量改回去了。(之前我编译同样的插件,都是16,160,都是成功的,) 我编译的插件有ssrp+ passwall 时间控制,oaf,多拨,负载平衡,adg , smartdns,adbyb+,ttyd,微软自动激活,minidlna,upnp。其它的什么都没有。 然后我改了默认ip地址。 Applications 部分,注释我不要的,希望能成功 |
我之前就在本地编译过官方master的, luci会出问题。 然后luci用lean大,lionel大的,都会出现lean大的插件好多都不兼容,编译成功,luci里也不会运行。 lionel的因为他那里也有官方master版,所以他的包里的插件一般都还是能运行。 我一般都是本地编译lionel的官方master版本。 本地编译纯官方master版本,加别人插件之类的,其实有个很大的问题,就是git pull的时候。所以你这个是最好的方法,希望能搞好。 |
pull今天最新的,终于编译成功了,插件试了下,暂时正常,有什么问题后续会反馈。 再次感谢! |
老大,你这个牛啊,但能不能改个本地版的,云编译太费时间了,要2小时。
本地几分钟就编译好了。
The text was updated successfully, but these errors were encountered: