openwrt 下 安装 aria2 和 luci-app-aria2, 将近1.5M.

21831阅读 0评论2012-12-11 qiushui_007
分类:LINUX




opkg update

root@OpenWrt:/tmp# opkg install aria2
Installing aria2 (1.15.1-1) to root...
Downloading
Multiple packages (libpthread and libpthread) providing same name marked HOLD or PREFER. Using latest.
Installing libopenssl (1.0.1c-1) to root...
Downloading
Installing zlib (1.2.7-1) to root...
Downloading
Installing libxml2 (2.7.8-2) to root...
Downloading

root@OpenWrt:/tmp# opkg install /tmp/luci-app-aria2_1-1_ar71xx.ipk
Installing luci-app-aria2 (1-1) to root...
Configuring zlib.
Configuring libopenssl.
Configuring aria2.
Configuring luci-app-aria2.


root@OpenWrt:~# opkg update
Downloading
Inflating
Updated list of available packages in /var/opkg-lists/snapshots.

root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
rootfs                    3.8M    292.0K      3.5M   7% /
/dev/root                 3.3M      3.3M         0 100% /rom
tmpfs                    30.3M      1.8M     28.5M   6% /tmp
tmpfs                   512.0K         0    512.0K   0% /dev
/dev/mtdblock3            3.8M    292.0K      3.5M   7% /overlay
overlayfs:/overlay        3.8M    292.0K      3.5M   7% /

root@OpenWrt:~# opkg install aria2
Installing aria2 (1.14.1-1) to root...
Downloading
Installing libxml2 (2.7.8-1) to root...
Downloading
Installing libstdcpp (4.6-linaro-106) to root...
Downloading
Configuring libxml2.
Configuring libstdcpp.
Configuring aria2.

root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
rootfs                    3.8M      1.8M      2.0M  48% /
/dev/root                 3.3M      3.3M         0 100% /rom
tmpfs                    30.3M      1.8M     28.5M   6% /tmp
tmpfs                   512.0K         0    512.0K   0% /dev
/dev/mtdblock3            3.8M      1.8M      2.0M  48% /overlay
overlayfs:/overlay        3.8M      1.8M      2.0M  48% /
root@OpenWrt:~# 


上一篇:openwrt SDK, 利用SDK生成自己的ipk安装包
下一篇:linux 之 cut命令