diff options
author | John Crispin <john@openwrt.org> | 2014-12-05 00:19:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-05 00:19:40 +0000 |
commit | e6858f5f3f46e5aabc6ffc6255a5be245fddaffe (patch) | |
tree | 75f214ae3b1b69999f8faed73579c3163eeb2088 /target/linux/amazon/base-files/etc/config | |
parent | e1c6ddfd206f661cacad9eb79d3dec9d48e1f151 (diff) | |
download | upstream-e6858f5f3f46e5aabc6ffc6255a5be245fddaffe.tar.gz upstream-e6858f5f3f46e5aabc6ffc6255a5be245fddaffe.tar.bz2 upstream-e6858f5f3f46e5aabc6ffc6255a5be245fddaffe.zip |
amazon: R.I.P.
its been broken for 2 1/2 years
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43516
Diffstat (limited to 'target/linux/amazon/base-files/etc/config')
-rw-r--r-- | target/linux/amazon/base-files/etc/config/network | 18 |
1 files changed, 0 insertions, 18 deletions
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 9745944bab..0000000000 --- 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 |