Skip to content

Commit 59316cf

Browse files
author
David J. Kordsmeier
committed
Update release for 0.5.3
1 parent 5a91f4f commit 59316cf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ NPM Modules:
2929

3030
Other Non-NPM Node Software:
3131

32-
* SMILE Server 0.2.26 (this holds pointers to all Android software used)
32+
* SMILE Server 0.3.1 (this holds pointers to all Android software used)
3333
* Plugmin Server 0.5.8
3434
* EpochEDU 0.6.0
3535

etc/issue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Arch Linux ARM
55

66
:) Consortium - http://www.smileconsortium.org
77

8-
SMILE Plug Firmware 0.5.2
8+
SMILE Plug Firmware 0.5.3
99

1010

1111
OS: Archlinux \s Kernel: \r Processor: \m Terminal: \l Users: \u

etc/network.d/eth1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ CONNECTION='ethernet'
22
DESCRIPTION='SMILEplug Admin Interface'
33
INTERFACE='eth1'
44
IP='static'
5-
ADDR='10.0.0.1'
5+
ADDR='10.0.0.16'
66
SKIPNOCARRIER='yes'
7+
GATEWAY='10.0.0.1'
8+
DNS=('10.0.0.1')
79

810
## For IPv6 autoconfiguration
911
#IP6=stateless

0 commit comments

Comments
 (0)