Bekijk de volledige versie : your /opt/etc/ipkg.conf file
bigphantom
26-07-2008, 14:04
plese post contents of your
/opt/etc/ipkg.conf file here, thanks
DemonGloom
26-07-2008, 17:52
#Uncomment the following line for native packages feed (if any)
#src/gz native http://ipkg.nslu2-linux.org/feeds/optware/oleg/native/stable
src/gz local file:///opt/share/www/ipkg
#src/gz optware http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
#src X-Wrt http://downloads.x-wrt.org/xwrt/kamikaze/7.09/brcm-2.4/packages/
#src X-Wrt http://download2.berlios.de/pub/xwrt/packages
dest /opt/ /
dest opt /opt
dest test /test
option verbose-wget
wirespot
27-07-2008, 00:29
Thanks for the "option" tip, I didn't know that. (I was doing alias ipkg='ipkg -verbose_wget' in my ~/.profile instead).
What do the dest thingies do?
Here's mine, FWIW:
src unslung http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
dest root /
option verbose-wget
wirespot
27-07-2008, 00:36
Also, the default ipkg.conf that comes with ipkg-opt:
#Uncomment the following line for native packages feed (if any)
#src/gz native http://ipkg.nslu2-linux.org/feeds/optware/oleg/native/stable
src/gz optware http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
dest /opt/ /
#option verbose-wget
DemonGloom
27-07-2008, 06:48
dest = Destination. I can install packages in any folder I need.
anybody tried to upgrade to unstable already? how safe is it?
i've spotted a few newer versions...
http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/
#Uncomment the following line for native packages feed (if any)
#src/gz oleg http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/
#src/gz native http://ipkg.nslu2-linux.org/feeds/optware/oleg/native/stable
src/gz optware http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
dest /opt/ /
# dest opt /opt
# dest test /test
#option verbose-wget
stable is symlink to unstable