From b46cb1ecade26775189736bd82d422f73a1db5cf Mon Sep 17 00:00:00 2001 From: Sukru Senli <sukru.senli@inteno.se> Date: Wed, 8 Mar 2017 11:13:10 +0100 Subject: [PATCH] dg301: no need for special network config --- .../dg301/base-files/etc/config/network | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 iopsys-brcm63xx-mips/dg301/base-files/etc/config/network diff --git a/iopsys-brcm63xx-mips/dg301/base-files/etc/config/network b/iopsys-brcm63xx-mips/dg301/base-files/etc/config/network deleted file mode 100644 index 5792f993d..000000000 --- a/iopsys-brcm63xx-mips/dg301/base-files/etc/config/network +++ /dev/null @@ -1,23 +0,0 @@ - -config 'interface' 'loopback' - option 'is_lan' 1 - option 'ifname' 'lo' - option 'proto' 'static' - option 'ipaddr' '127.0.0.1' - option 'netmask' '255.0.0.0' - -config 'interface' 'lan' - option 'is_lan' 1 - option 'type' 'bridge' - option 'proto' 'static' - option 'ipaddr' '192.168.1.1' - option 'netmask' '255.255.255.0' - option 'ifname' 'eth1 eth2 eth3 eth4' - -config 'interface' 'wan' - option 'type' 'anywan' - option 'ifname' 'ptm0.1 atm0.1 eth0.1' - option 'vendorid' '$HARDWAREID-INTENO' - option 'proto' 'dhcp' - option 'hostname' 'Inteno_$MAC4' - option 'reqopts' '132 133' -- GitLab