关于编译固件预置插件配置文件 #13394
Unanswered
Sauhun
asked this question in
Q&A / 快速问答
关于编译固件预置插件配置文件
#13394
Replies: 0 comments
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.
-
比如配置好的firewall、dhcp等配置文件。提前把文件放置于 package/base-files/files/etc/config 目录下,编译的时候会提示( dropbear为例):
ERROR: dropbear-2024.86-r1: trying to overwrite etc/config/dropbear owned by base-files-1655~371cad4f28.
删除 etc/config/dropbear 这个配置文件后就可正常完成编译了。
请问下要实现这个个性化需求,需要怎么操作才能顺利编译?感谢!
Beta Was this translation helpful? Give feedback.
All reactions