I've just installed OpenWrt on a PC and edited /etc/config/network and included the following:
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'static'
option ipaddr '172.16.20.200'
option netmask '255.255.255.0'
option gateway '172.16.20.1'
option dns '8.8.8.8'
option ip6assign '60'
restarted the network but eth0 does not show up when I run ifconfig eth0 :-
ifconfig: eth0: error fetching interface information: Device not found
Dmesg does recognise the NIC - e1000 Intel PRO/1000 Network Driver...
How do I enable eth0?