Replies: 1 comment 1 reply
-
这才是报错的地方。应该是仓库内没有这些包 所以才报错的。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用工作流Build Wireless Router Immortalwrt 24.10.x构建固件时出错,点开细节,卡在DNSMASQ-FULL那里:
只是编辑/mediatek-filogic/build24.sh,添加了下面的插件
仓库外的插件我全部注释掉了
之所以要把这前3个USB插件集成到固件里,是因为路由器外挂了一个移动硬盘,其中有一个1G大小的分区,要挂载成overlay,不然软件包空间不够。如果这三个插件采取opkg install的方式安装,那么挂载外部overlay分区后,重启路由器,相当于系统初始化,路由器将不能识别移动硬盘,找不到overlay分区,路由器会变得彻底无法访问。
Beta Was this translation helpful? Give feedback.
All reactions