mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
get rid of per-profile base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
15
target/linux/etrax/base-files/etc/config/network
Normal file
15
target/linux/etrax/base-files/etc/config/network
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
3
target/linux/etrax/base-files/etc/ipkg.conf
Normal file
3
target/linux/etrax/base-files/etc/ipkg.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
src snapshots http://www.acmesystems.it/download/owrt/packages
|
||||
dest root /
|
||||
dest ram /tmp
|
||||
2
target/linux/etrax/base-files/etc/passwd
Normal file
2
target/linux/etrax/base-files/etc/passwd
Normal file
@@ -0,0 +1,2 @@
|
||||
root:$1$6upaSrHM$W/0IQ8kf7IYxCxEkJQ2D60:0:0:root:/root:/bin/ash
|
||||
nobody:*:65534:65534:nobody:/var:/bin/false
|
||||
Reference in New Issue
Block a user