diff options
author | John Crispin <john@openwrt.org> | 2008-05-03 19:49:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-05-03 19:49:34 +0000 |
commit | dfa730bf11cdfc2a018ca3f5f51e62b57142e524 (patch) | |
tree | 2bb4a49559e9b589f26463eb2e225d5bb04ff6cd /target/linux/etrax/base-files/etc/config | |
parent | 37f2ef0e72c46c69f6227c78b8bd8312a6a41839 (diff) | |
download | mtk-20170518-dfa730bf11cdfc2a018ca3f5f51e62b57142e524.zip mtk-20170518-dfa730bf11cdfc2a018ca3f5f51e62b57142e524.tar.gz mtk-20170518-dfa730bf11cdfc2a018ca3f5f51e62b57142e524.tar.bz2 |
remove basefiles overlay for etrax
SVN-Revision: 11036
Diffstat (limited to 'target/linux/etrax/base-files/etc/config')
-rw-r--r-- | target/linux/etrax/base-files/etc/config/network | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/etrax/base-files/etc/config/network b/target/linux/etrax/base-files/etc/config/network deleted file mode 100644 index b3632fd..0000000 --- a/target/linux/etrax/base-files/etc/config/network +++ /dev/null @@ -1,15 +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 eth0 - option proto static - option ipaddr 192.168.0.90 - option netmask 255.255.255.0 - #option dns 192.168.0.1 - #option gateway 192.168.0.1 |