summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/base-files
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-18 17:54:04 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-18 17:54:04 +0000
commit16a5f6ce8bee4f0ecee14cda43a5237391fb61fc (patch)
tree880a0eb85a41acaf2b4eea742a09e0c587a1b077 /target/linux/etrax/base-files
parent82661f4b0ebe2c4173d178e94d529505458f8e0e (diff)
etrax: R.I.P.
It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34768 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/base-files')
-rw-r--r--target/linux/etrax/base-files/etc/config/firewall6
-rw-r--r--target/linux/etrax/base-files/etc/config/network18
2 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/etrax/base-files/etc/config/firewall b/target/linux/etrax/base-files/etc/config/firewall
deleted file mode 100644
index f9c860e3d..000000000
--- a/target/linux/etrax/base-files/etc/config/firewall
+++ /dev/null
@@ -1,6 +0,0 @@
-config defaults
- option syn_flood 1
- option input ACCEPT
- option output ACCEPT
- option forward REJECT
-
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 ed97da998..000000000
--- a/target/linux/etrax/base-files/etc/config/network
+++ /dev/null
@@ -1,18 +0,0 @@
-
-# Copyright (C) 2009 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 type none
- option proto static
- option ipaddr 192.168.1.1
- option netmask 255.255.255.0
-# option macaddr 00:40:8c:cd:xx:xx
-
-