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 | |
parent | 37f2ef0e72c46c69f6227c78b8bd8312a6a41839 (diff) | |
download | upstream-dfa730bf11cdfc2a018ca3f5f51e62b57142e524.tar.gz upstream-dfa730bf11cdfc2a018ca3f5f51e62b57142e524.tar.bz2 upstream-dfa730bf11cdfc2a018ca3f5f51e62b57142e524.zip |
remove basefiles overlay for etrax
SVN-Revision: 11036
Diffstat (limited to 'target/linux/etrax/base-files')
-rw-r--r-- | target/linux/etrax/base-files/etc/config/network | 15 | ||||
-rw-r--r-- | target/linux/etrax/base-files/etc/ipkg.conf | 3 | ||||
-rw-r--r-- | target/linux/etrax/base-files/etc/passwd | 2 |
3 files changed, 0 insertions, 20 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 b3632fd068..0000000000 --- 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 diff --git a/target/linux/etrax/base-files/etc/ipkg.conf b/target/linux/etrax/base-files/etc/ipkg.conf deleted file mode 100644 index a5ffc79bc7..0000000000 --- a/target/linux/etrax/base-files/etc/ipkg.conf +++ /dev/null @@ -1,3 +0,0 @@ -src snapshots http://www.acmesystems.it/download/owrt/packages -dest root / -dest ram /tmp diff --git a/target/linux/etrax/base-files/etc/passwd b/target/linux/etrax/base-files/etc/passwd deleted file mode 100644 index c5c9e46cc0..0000000000 --- a/target/linux/etrax/base-files/etc/passwd +++ /dev/null @@ -1,2 +0,0 @@ -root:$1$6upaSrHM$W/0IQ8kf7IYxCxEkJQ2D60:0:0:root:/root:/bin/ash -nobody:*:65534:65534:nobody:/var:/bin/false |