Results 1 to 7 of 7

Thread: Which IPKG repository for the WL-HDD?

  1. #1

    Which IPKG repository for the WL-HDD?

    Hi all,

    while digging around here at the forum about IPKG repositories i asked myself which ipkg-repositories are usable for the WL-HDD?
    Can i use all the packages made for the wl500g for the WL-HDD (with Oleg's firmware installed)?

    What are the differences of the repositoris that can be found at http://ipkg.nslu2-linux.org/feeds?

    Very confusing

    Regards, Thorsten
    Last edited by dl9sec; 25-04-2007 at 16:43.

  2. #2
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    use the following:
    Code:
    [admin@blechbuechse root]$ cat /opt/etc/ipkg.conf
    src/gz optware http://ipkg.nslu2-linux.org/feeds/op...g/cross/stable
    dest /opt/ /
    native is empty anyway...

    wengi

  3. #3
    Hi wengi,

    thanks for the reply.

    What is the difference between the "oleg"-tree and e.g. the "wl500g"-tree?

    If i install IPKG for the first time according to the HOW-TO at the forum, the packages are fetched from http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/ by default. Out of this repository i installed screen, nano and openssl. Do i have to uninstall and reinstall them from the "oleg"-tree?

    Thanks in advance,

    Thorsten

  4. #4
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    They are built with different libraries. optware/oleg is newer and has more packages. In the 8th version of the Oleg's firmware this will be the default repository. Yes, it is better to reinstall everything.

  5. #5
    Done successfully.

    Thanks for the explanation.

    A word @wengi and the How-To:

    Section 6 (mc):
    - /etc/profile is a volatile file at my WL-HDD (Oleg-FW 1.9.2.7-7c) which can't be saved by 'flashfs save'. My workaround (after reading linux-forums for hours and hours) was to create a file named '.profile' at root's home dir /usr/local/root with the suggested lines nescessary for running mc.
    BTW: here you can put further aliases e.g.
    Code:
    alias ll="ls -la"
    Don't forget to make this file non-volatile with
    Code:
    flashfs save && flashfs commit && flashfs enable
    as usual...

    Regards, Thorsten

    *Corrected '.profiles' to '.profile'. Thanks to al37919 for the hint...
    Last edited by dl9sec; 26-04-2007 at 08:43.

  6. #6
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    You probably mean /usr/local/root/.profile
    BTW, you can save also /etc/profile to flash.
    Just edit /etc/profile and afterwards do the following:
    PHP Code:
    cat >> /usr/local/.files << EOF
    /etc/profile
    EOF
    flashfs save 
    && flashfs commit && flashfs enable && reboot 
    after reboot your changes will be kept. /usr/local/.files is the list of additional files which are saved in the flashfs.
    Last edited by al37919; 26-04-2007 at 09:31.

  7. #7
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Quote Originally Posted by dl9sec View Post
    A word @wengi and the How-To:

    Section 6 (mc):
    - /etc/profile is a volatile file at my WL-HDD (Oleg-FW 1.9.2.7-7c) which can't be saved by 'flashfs save'. My workaround (after reading linux-forums for hours and hours) was to create a file named '.profiles' at root's home dir /usr/local/root with the suggested lines nescessary for running mc.
    BTW: here you can put further aliases e.g.
    Code:
    alias ll="ls -la"
    Don't forget to make this file non-volatile with
    Code:
    flashfs save && flashfs commit && flashfs enable
    as usual...

    Regards, Thorsten
    You are right. This should have been /opt/etc/profile. I changed it.
    Thanks
    wengi

Similar Threads

  1. Инструкция по настройке роутера WL-500gP с нуля
    By OlegI in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 1259
    Last Post: 10-02-2011, 21:25
  2. Downloaden van usb-connected hdd op WL-500gP extreem langzaam.
    By Phrea in forum Dutch Discussion - Nederlands
    Replies: 23
    Last Post: 08-03-2007, 22:45
  3. Error installing IPKG
    By Cyb in forum WL-500g Q&A
    Replies: 2
    Last Post: 09-02-2007, 09:18
  4. Flashing Oleg's Firmware in WL HDD
    By hugo in forum WL-HDD Custom Development
    Replies: 29
    Last Post: 21-10-2004, 14:55
  5. USB HDD connects as Webcam
    By Oldchatterman in forum WL-500g Q&A
    Replies: 12
    Last Post: 19-10-2004, 17:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •