Спасибо за оперативный ответ !
Но у меня проблема при установке ipkg:
Пробовал и у и n тоже самоеCode:[root@(none) root]$ ipkg.sh update
Downloading http://wl500g.googlecode.com/svn/ipkg/optware-d/Packages ...
Connecting to wl500g.googlecode.com (74.125.79.82:80)
Packages 100% |*************************************************************************************************************************| 2123 --:--:-- ETA
Done.
Updated list of available packages in /opt/lib/ipkg/lists/wl500g-d
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/Packages ...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Packages 100% |*************************************************************************************************************************| 475k 00:00:00 ETA
Done.
Updated list of available packages in /opt/lib/ipkg/lists/optware
[root@(none) root]$ ipkg.sh install ipkg-opt
The following package were previously requested but have not been installed:
ipkg-opt uclibc-opt
Install them now [Y/n] ? n
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk ...
Segmentation fault
ipkg_download: ERROR: Failed to retrieve http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk, returning
ipkg_get_install: Perhaps you need to run `ipkg update'?
[root@(none) root]$ ipkg.sh install ipkg-opt
The following package were previously requested but have not been installed:
ipkg-opt uclibc-opt
Install them now [Y/n] ? y
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk ...
Segmentation fault
ipkg_download: ERROR: Failed to retrieve http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk, returning
ipkg_get_install: Perhaps you need to run `ipkg update'?
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk ...
Segmentation fault
ipkg_download: ERROR: Failed to retrieve http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk, returning
ipkg_get_install: Perhaps you need to run `ipkg update'?
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk ...
Segmentation fault
ipkg_download: ERROR: Failed to retrieve http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-13_mipsel.ipk, returning
ipkg_get_install: Perhaps you need to run `ipkg update'?
[root@(none) root]$
Из-за данных ошибок у меня не работает команда ipkg
[root@(none) root]$ ipkg install
-sh: ipkg: not found
Что делать?
диск монтирован как rw:
Code:[root@(none) root]$ mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/scsi/host0/bus0/target0/lun0/part1 on /opt type ext3 (rw,noatime)
/dev/discs/disc0/part2 on /tmp/mnt/disc0_2 type ntfs (ro)
/dev/discs/disc0/part3 on /tmp/mnt/disc0_3 type vfat (rw,noatime)
[root@(none) root]$

