Using ipkg to install OpenWRT packages

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 17:45, 28 November 2005 (edit)
88.1.31.165 (Talk)

← Previous diff
Revision as of 20:51, 28 November 2005 (edit) (undo)
212.202.169.35 (Talk)
(formatting)
Next diff →
Line 5: Line 5:
telnet/ssh in and type telnet/ssh in and type
-ipkg update+ /tmp # ipkg update<br/>
- + Downloading http://downloads.openwrt.org/whiterussian/packages/Packages ...
-Downloading http://downloads.openwrt.org/whiterussian/packages/Packages ...+ Connecting to downloads.openwrt.org[195.56.146.238]:80
-Connecting to downloads.openwrt.org[195.56.146.238]:80+ Packages 100% |*******************************| 94867 00:00 ETA
-Packages 100% |*****************************************************************************| 94867 00:00 ETA+ Done.
-Done.+ Updated list of available packages in //jffs/usr/lib/ipkg/lists/whiterussian
-Updated list of available packages in //jffs/usr/lib/ipkg/lists/whiterussian+ Downloading http://downloads.openwrt.org/whiterussian/packages/non-free/Packages ...
-Downloading http://downloads.openwrt.org/whiterussian/packages/non-free/Packages ...+ Connecting to downloads.openwrt.org[195.56.146.238]:80
-Connecting to downloads.openwrt.org[195.56.146.238]:80+ Packages 100% |*******************************| 568 00:00 ETA
-Packages 100% |*****************************************************************************| 568 00:00 ETA+ Done.
-Done.+ Updated list of available packages in //jffs/usr/lib/ipkg/lists/non-free
-Updated list of available packages in //jffs/usr/lib/ipkg/lists/non-free+
to see whats available to install type to see whats available to install type
-/tmp # ipkg list | more+ /tmp # ipkg list | more
-aiccu - SixXS Automatic IPv6 Connectivity Client Utility+*aiccu - SixXS Automatic IPv6 Connectivity Client Utility<br/>
-arptables - ARP firewalling software+*arptables - ARP firewalling software<br/>
-arpwatch - Ethernet monitor program for keeping track of ethernet/ip address pairings+*arpwatch - Ethernet monitor program for keeping track of ethernet/ip address pairings<br/>
-asterisk-chan-mgcp - a Media Gateway Control Protocol implementation for Asterisk+*asterisk-chan-mgcp - a Media Gateway Control Protocol implementation for Asterisk<br/>
-asterisk-chan-skinny - a Skinny Client Control Protocol implementation for Asterisk+*asterisk-chan-skinny - a Skinny Client Control Protocol implementation for Asterisk<br/>
---- etc+*--- etc<br/>
to install type to install type
-install <pkgname>+ /tmp # install <pkgname>
-for more info just type ipkg from the command prompt.+for more info just type ''ipkg'' from the command prompt.

Revision as of 20:51, 28 November 2005

Getting started

you need jffs or samba fs to install your packages into

telnet/ssh in and type

/tmp # ipkg update
Downloading http://downloads.openwrt.org/whiterussian/packages/Packages ... Connecting to downloads.openwrt.org[195.56.146.238]:80 Packages 100% |*******************************| 94867 00:00 ETA Done. Updated list of available packages in //jffs/usr/lib/ipkg/lists/whiterussian Downloading http://downloads.openwrt.org/whiterussian/packages/non-free/Packages ... Connecting to downloads.openwrt.org[195.56.146.238]:80 Packages 100% |*******************************| 568 00:00 ETA Done. Updated list of available packages in //jffs/usr/lib/ipkg/lists/non-free

to see whats available to install type

/tmp # ipkg list | more
  • aiccu - SixXS Automatic IPv6 Connectivity Client Utility
  • arptables - ARP firewalling software
  • arpwatch - Ethernet monitor program for keeping track of ethernet/ip address pairings
  • asterisk-chan-mgcp - a Media Gateway Control Protocol implementation for Asterisk
  • asterisk-chan-skinny - a Skinny Client Control Protocol implementation for Asterisk
  • --- etc

to install type

/tmp # install <pkgname>

for more info just type ipkg from the command prompt.