Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlhughes committed Sep 10, 2015
1 parent 6df41af commit 60c273e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# openwrt-yamon
<h1>YAMon2 configuration for openwrt</h1>

YAMon2 version: <b>v2.1.0d (Script v2.0.15)</b>
YAMon2 version: <b>v2.2.0 (Script v2.2.5)</b>

OpenWrt version: <b>CHAOS CALMER (15.05-rc3, r46163)</b>

Expand All @@ -14,17 +14,7 @@ Review these changes then follow the readme.txt (in the download zip) for instal
<h2>Configuration / Setup file changes</h2>
<code>BASEDIR="/mnt/sda1/yamon"</code>

<h3>1ds.sh</h3>
* set <code>_baseDir</code> to BASEDIR

<h3>h2m.sh</h3>
* set <code>_baseDir</code> to BASEDIR

<h3>yamon2.sh</h3>
* replace <code>local conntrack="/proc/net/ip_conntrack"</code> with <code>local conntrack="/proc/net/nf_conntrack"</code>

<h3>yamon.startup</h3>
All curl operations were replaced with equivalent wget as curl is not installed, and is not an available pacakge.
* set <code>path</code> to BASEDIR

<h3>yamon.shutdown</h3>
Expand All @@ -34,7 +24,6 @@ All curl operations were replaced with equivalent wget as curl is not installed,
* <code>_firmware=1</code>
* <code>_baseDir=BASEDIR</code>
* <code>_logDir="/tmp/yamon/logs"</code> [optional]
* <code>_dnsmasq_conf="/tmp/dnsmasq.conf"</code>
* <code>_dnsmasq_leases="/mnt/sda1/etc/dhcp.leases"</code> configured in /etc/config/dhcp, preserves leases across reboots, normally it's in /tmp/.

<h2>nvram replacement</h2>
Expand Down

0 comments on commit 60c273e

Please sign in to comment.