Bekijk de volledige versie : URL for IPKG Installation
I was trying to install IPKG after I partitioned my Harddrive. But when I type
ipkg.sh update
It returns that I can't connect to http://wl500g.dyndns.org/ipkg/Packages directly since my ISP block the dyndns service, but I can simply connect to oleg.wl500g.info
So how can I manually type in the URL in order to install the IPKG?:confused: or any other way to install IPKG?
Have a look at:
$ cat /opt/etc/ipkg.conf
src/gz optware http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
dest /opt/ /
$
This is the recommended feed.
But you have to update ipkg itself and uclibc / uclibc-opt.
If this is a new install i recommend the following:
wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ipkg-opt_0.99.163-9_mipsel.ipk
ipkg.sh install ipkg-opt_0.99.163-9_mipsel.ipk
wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-12_mipsel.ipk
ipkg.sh install uclibc-opt_0.9.28-12_mipsel.ipk
ipkg update
wengi
Have a look at:
$ cat /opt/etc/ipkg.conf
src/gz optware http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
dest /opt/ /
$
This is the recommended feed.
But you have to update ipkg itself and uclibc / uclibc-opt.
If this is a new install i recommend the following:
wengi
thanks, wengi
since i am a real rookie to linux, i can't really understand that, but i finally figured out how to install my IPKG
I simply used the VI command edit my /etc/hosts, manually enter the IP address of http://oleg.wl500g.info with http://wl500g.dyndns.org since I can get access to oleg.wl500g.info and it's like a mirror site.
Since my country blocked most of the international/foreign DDNS service site, here is a new problem i am facing that i can't use no-ip service, any one can help?