LaFonera Software ipkg

From DD-WRT Wiki

Jump to: navigation, search

You are here: DD-WRT wiki mainpage / LaFonera / Software / ipkg

[edit] IPKG on your LaFonera

Follow the instructions on LaFonera_Software_jffssandmore to get yout jffs mounted. And now you can use ipkg. I haven't managed how to use a repository yet, so I download each package previously with wget.


root@DD-WRT:~# cd /tmp
root@DD-WRT:/tmp# wget http://ipkg.k1k2.de/packages/kismet-client_2007-01-R1a-1_mips.ipk
Connecting to ipkg.k1k2.de [85.10.200.90:80]
root@DD-WRT:/tmp# ipkg install kismet-client_2007-01-R1a-1_mips.ipk
ERROR: File not found: //usr/local/lib/ipkg/lists/whiterussian
You probably want to run `ipkg update'
ERROR: File not found: //usr/local/lib/ipkg/lists/non-free
You probably want to run `ipkg update'
ERROR: File not found: //usr/local/lib/ipkg/lists/backports
You probably want to run `ipkg update'
/bin/ipkg: /bin/ipkg: 1184: sort: not found
Unpacking kismet-client...Done.
Configuring kismet-client...Done.


You can safely ignore those errors.