remove basefiles overlay for etrax

SVN-Revision: 11036
master
John Crispin 16 years ago
parent 37f2ef0e72
commit dfa730bf11
  1. 5
      target/linux/etrax/base-files.mk
  2. 15
      target/linux/etrax/base-files/etc/config/network
  3. 3
      target/linux/etrax/base-files/etc/ipkg.conf
  4. 2
      target/linux/etrax/base-files/etc/passwd

@ -1,5 +0,0 @@
define Package/base-files/install-target
mkdir -p $(1)/root
endef

@ -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

@ -1,3 +0,0 @@
src snapshots http://www.acmesystems.it/download/owrt/packages
dest root /
dest ram /tmp

@ -1,2 +0,0 @@
root:$1$6upaSrHM$W/0IQ8kf7IYxCxEkJQ2D60:0:0:root:/root:/bin/ash
nobody:*:65534:65534:nobody:/var:/bin/false
Loading…
Cancel
Save