vi doesn't seem to be part of busybox. Am I missing something?
busybox-base_1.8.1-1_mipsel.ipk
busybox-links_1.8.1-1_mipsel.ipk
busybox_1.8.1-1_mipsel.ipk
Busybox has the following commands :
# ls
[ date gunzip msh sensord umount
ash dd head mv setfacl uncompress
attr df hexdump ping setfattr unzip
bunzip2 du kill printcmd sh utelnetd
busybox echo killall printd sleep uuencode
bzcat env ln printjob sync wc
cat expr login ps tail wget
chacl false ls pwd tar wipedisks
chmod free mkdir rcsysver test zcat
chown getfacl mknod rm touch
cp getfattr more rmdir tr
cut grep mount sed true
Does anyone have the original packages:
uclibc_0.9.28-1_mipsel.ipk
busybox-base_1.1.3-3_mipsel.ipk
busybox-links_1.1.3-3_mipsel.ipk
wget_1.10.2-3_mipsel.ipk
ipkg_0.99-163-4_mipsel.ipk
I've downloaded and installed the latest packages but can't get past the update-alternatives problem even after Sollie's steps.
0a: ipkg-opt install uclibc-opt
0b: ipkg-opt install busybox-links
1: change first line (/opt/bin/update-alternatives):
- nano /opt/bin/update-alternatives
- #!/bin/sh ---> #!/opt/bin/bash
2: ln -s /opt/bin/busybox sort /opt/bin/sort
3: ln -s /opt/bin/busybox dirname /opt/bin/dirname
4: /opt/lib/ipkg/info/busybox-links.postinst
5: nano /opt/bin/update-alternatives and change tho folowing line:
- local olink=`head -n 1 $ad/$name` ---> local olink=`$IPKG_OFFLINE_ROOT/opt/bin/busybox head -n 1 $ad/$name`
I figured if anyone has the original package versions I can run through KFurge's instructions without deviation.