编辑文件时: /etc/network/interface
/etc/network/interface
像这样:
auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0
当我输入命令时make,我的界面将恢复默认设置。如何在Buildroot中设置静态地址接口eth0?
make
network-programming buildroot
buildroot ×1
network-programming ×1