diff --git a/inteno-netmodes/files/etc/netmodes/routed_mtk/network b/inteno-netmodes/files/etc/netmodes/routed_mtk/network index 15d0ea481..869fcb68b 100644 --- a/inteno-netmodes/files/etc/netmodes/routed_mtk/network +++ b/inteno-netmodes/files/etc/netmodes/routed_mtk/network @@ -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'