inteno-netmodes: update network config for mtk routed

This commit is contained in:
Sukru Senli 2018-01-28 12:45:55 +01:00
parent b03bcefc7d
commit 2ac79b3ae8

View file

@ -11,7 +11,7 @@ config interface 'lan'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option ifname 'eth0.1 ra0 rai0'
option ifname 'eth0.1'
config device 'lan_dev'
option name 'eth0.1'
@ -20,6 +20,8 @@ config device 'lan_dev'
config interface 'wan'
option ifname 'eth0.2'
option proto 'dhcp'
option hostname '$IOPHOSTNAME-$MAC'
option vendorid '$HARDWAREID-INTENO'
option reqopts '66 67 128 224'
config device 'wan_dev'