Hi Everyone,
I wonder if somebody could help with a BusyBox problem?
In my quest to make my TS7200 into an all singing dancing router box,
I'm trying to use Shorewall. Shorewall is a collection of scripts used
to ease router configuration.
Unfortunately, one or two script functions fail under BusyBox's shell.
A typical function which fails is (just in case there is anything
obvious):
decodeaddr() {
local x
local temp=0
local ifs=$IFS
IFS=.
for x in $1; do
temp=$(( $(( $temp $LEFTSHIFT 8 )) | $x ))
done
echo $temp
IFS=$ifs
}
Does anybody know whether there is a problem with BusyBox 1.00-rc2?
If I need to update, does anybody know which options to select in the
BusyBox configuration for the TS7200. I've read on Jim Jacksons' site
that the wrong settings can be fatal!!!
Regards,
Lee
------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|