From e6858f5f3f46e5aabc6ffc6255a5be245fddaffe Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 5 Dec 2014 00:19:40 +0000 Subject: amazon: R.I.P. its been broken for 2 1/2 years Signed-off-by: John Crispin SVN-Revision: 43516 --- target/linux/amazon/base-files/etc/config/network | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 target/linux/amazon/base-files/etc/config/network (limited to 'target/linux/amazon/base-files') diff --git a/target/linux/amazon/base-files/etc/config/network b/target/linux/amazon/base-files/etc/config/network deleted file mode 100644 index 9745944..0000000 --- a/target/linux/amazon/base-files/etc/config/network +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (C) 2006 OpenWrt.org - -config interface loopback - option ifname lo - option proto static - option ipaddr 127.0.0.1 - option netmask 255.0.0.0 - -config interface lan - option ifname eth1 - option type bridge - option proto static - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 - option ip6assign 60 - -config globals globals - option ula_prefix auto -- cgit v1.1