Hi I have laptop and it has wifi interface & network. In my /etc/config/dhcp
config host
option name 'laptope' #ethernet
option dns '1'
option mac 'xx:xx:xx:xx:xx:01'
option ip '192.168.1.11'
config host
option name 'laptopw' #wifi
option dns '1'
option mac 'xx:xx:xx:xx:xx:02'
option ip '192.168.1.12'
so now I can reach it either laptope or laptopw depending on the way I connected. Is there a way to make a single name laptop
which will be used for both so that I don't need to think about the way I connected to network?