LaFonera Software ipkg

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:18, 28 June 2007 (edit)
Wildblue (Talk | contribs)
m (reworked category support)
← Previous diff
Revision as of 19:45, 10 August 2007 (edit) (undo)
Wildblue (Talk | contribs)
m (reworked category support)
Next diff →
Line 3: Line 3:
[[Category:LaFonera_Software]] [[Category:LaFonera_Software]]
[[Category:LaFonera_Software_(en)]] [[Category:LaFonera_Software_(en)]]
-You are here: '''[[Main_Page|DD-WRT wiki mainpage]] / [[LaFonera|LaFonera]] / [[LaFonera_Software|Software]] / ipkg'''+You are here: '''[[Main_Page|DD-WRT wiki mainpage]] / [[LaFonera|LaFonera]] / [[LaFonera_Software_(en)|Software]] / ipkg'''
== IPKG on your LaFonera == == IPKG on your LaFonera ==

Revision as of 19:45, 10 August 2007

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

IPKG on your LaFonera

not going to happen until jffs2 support or sd/mmc mod

http://www.dd-wrt.com/wiki/index.php/Talk:LaFonera_Software_ipkg


Software can be installed on ram until reboot.

Example:

 BusyBox v1.4.1 (2007-02-26 04:10:50 CET) Built-in shell (ash)
 Enter 'help' for a list of built-in commands.
 
 ~ # cd /tmp
 /tmp # wget http://192.168.2.119:8080/kismet-drone_2007-01-R1a-1_mips.ipk
 Connecting to 192.168.2.119:8080 [192.168.2.119:8080]
 kismet-drone_2007-01 100% |*****************************|    97 KB --:--:-- ETA
 /tmp # ipkg -d ram install kismet-drone_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'
 Unpacking kismet-drone...Done.
 Configuring kismet-drone...Done.