When editing a file:
/etc/network/interface
Something like this:
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
and when I enter the command make
, my interface bacome default.
How can I set a static address interface eth0 in Buildroot?