diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-05 00:19:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-05 00:19:40 +0000 |
commit | f5ea60f000d1a53780c57b0a641201f317c63ced (patch) | |
tree | cfed792b13b23a8a2371990dcec6f534fea290ec /target/linux/amazon/base-files/etc/config | |
parent | 491ce2c749fb73801794f9162227b37075bb250e (diff) | |
download | master-187ad058-f5ea60f000d1a53780c57b0a641201f317c63ced.tar.gz master-187ad058-f5ea60f000d1a53780c57b0a641201f317c63ced.tar.bz2 master-187ad058-f5ea60f000d1a53780c57b0a641201f317c63ced.zip |
amazon: R.I.P.
its been broken for 2 1/2 years
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43516 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |