Curent "/etc/config/network" contain:

config interface 'wan'
    option proto 'dhcp'

I need to add one line to during the installation process looks like this:

config interface 'wan'
    option proto 'dhcp'
    option ifname 'eth2'

What needs to be modified to such a result, for compilation and initial (clean) install?

(Last edited by Rom1 on 4 Oct 2016, 10:22)