很久没有云编译了,今天编译下发现~ #13454
Unanswered
Pacio
asked this question in
Q&A / 快速问答
很久没有云编译了,今天编译下发现~
#13454
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.
-
Modify default IP
sed -i 's/eth1/eth3/g' package/base-files/files/etc/board.d/99-default_network
sed -i 's/192.168.1.1/10.0.0.1/g' package/base-files/files/bin/config_generate
这是我在diy_part2.sh里面自定义的配置,编译出来发现第一行有效,第二行无效是什么情况?源码我看了一下,默认lan ip的位置没变啊,为什么不生效呢
Beta Was this translation helpful? Give feedback.
All reactions