On 10 July 2010 16:55, Klaus 'mrmoku' Kurzmann <[email protected]> wrote:
> Am Samstag, 10. Juli 2010, 15:02:16 schrieb Michael:
>> Hi,
>>
>> On Sa, Jul 10, 2010 at 02:30:23 +0200, Joachim Ott wrote:
>> > udhcpc: applet not found (inhibits a wlan connection)
>> > ifconfig: applet not found (inhibits an usb connection)
>> >
>> > I wonder what else is broken.
>>
>> the busybox was build without networking support:( because there was
>> missing DISTRO_FEATURES += "ipv4 ipv6".
> thanks for that hint... Saved me a lot of time to not have to search :-)
>
>>
>> Workaround:
>> extract the busybox binary from
>> <http://shr.bearstech.com/shr-unstable/ipk/armv4t/busybox_1.16.2-r30.1.5_a
>> rmv4t.ipk> and replace it with /bin/busybox on your phone.
>
> I built an updated busybox (busybox_1.16.2-r30.2.5_armv4t.ipk). I fear to fix
> the phone one still has to manually unpack the busybox binary from the ipk and
> replace the wrong one.
>
> ar -x busybox_1.16.2-r30.2.5_armv4t.ipk
> tar -C / -xzvf data.tar.gz ./bin/busybox
I wonder if this will work, because tar itself is a link to busybox
too. Luckily I have other systems on the sd card so I can do such
repairs from there.
For easier sneaking around in ipk files, I sent a patch for mc.ext,
but I never got an answer. Currently in mc.ext, an ipk is handled like
a tgz, which of course does not work. This is what I sent to mc-devel,
maybe you can apply it to the FR version:
--- mc.ext.orig 2010-07-10 18:04:21.000000000 +0200
+++ mc.ext 2010-07-10 18:04:45.000000000 +0200
@@ -106,8 +106,13 @@
### Archives ###
+# .ipk
+regex/\.ipk$
+ Open=%cd %p#uar
+ View=%view{ascii} ar t %f 2>/dev/null
+
# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z
-regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$
+regex/\.t([gp]?z|ar\.g?[zZ])$
Open=%cd %p#utar
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user