Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I first created a minimum fun_plug for telnet access based on the wiki page:
http://dns323.kood.org/howto:telnet
That went well. ;-)
Then I follow the instruction to install the ipkg based on the wiki page:
http://dns323.kood.org/howto:optware
But when I run
# # tar -xzf ipkg-opt_0.99.163-10_arm.ipk
tar: Unrecognised file type
# #
From searching on the forum, the busybox tar look like is missing some feature.
Any idea to go around the problem?
Regards,
HVL
Last edited by hvl (2009-05-23 20:03:47)
Offline
I've uploaded a static linked busybox 1.10.3 binary to nslu2-general yahoo group file section
http://tech.groups.yahoo.com/group/nslu … .3/dns323/
You can try download that file, then
chmod +x ./busybox-static
./busybox-static tar -xzf ipkg-opt_0.99.163-10_arm.ipk
Offline