mirror of https://github.com/hak5/openwrt.git
parent
37f2ef0e72
commit
dfa730bf11
|
@ -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…
Reference in New Issue