Closed GoogleCodeExporter closed 9 years ago
Alright.... it looks like sh in the micro version of linux does not support
in-line
math of the form $((Arithmetic)), like line 90: $((${BYTES}/1000)), and lines
91,
116, 117, 119, and 120. Are there other ways to do in-line math? Programs
like bc
and expr are not loaded in dd-wrt, so we can't use those.
Any suggestions on how I can alter lines 90, 91, 116, 117, 119, and 120 to
accommodate dd-wrt v.24 SP2?
Thank you!
Original comment by taylor.r...@gmail.com
on 11 Jan 2010 at 7:13
There are issues with the micro version of dd-wrt. The minimum supported
version of
dd-wrt is micro-plus.
http://www.dd-wrt.com/wiki/index.php/Micro-plus
The WRT54GS v6 does not seem to support it though, confirmed by
http://www.dd-wrt.com/phpBB2/viewtopic.php?p=281390 :(
I will have a look on how to do arithmetics differently later, but there may be
other
issues down the track. Busybox in the micro version is way too much stripped
down.
Original comment by emmanuel...@gmail.com
on 11 Jan 2010 at 10:11
Cool; thanks for getting back to me and being so thorough! I'll look into the
in-line
math thing some more myself, and see what I can find. Thanks!
Original comment by taylor.r...@gmail.com
on 12 Jan 2010 at 2:15
Closed issue
Original comment by emmanuel...@gmail.com
on 23 Jun 2010 at 8:31
Original issue reported on code.google.com by
taylor.r...@gmail.com
on 11 Jan 2010 at 3:43Attachments: