标签:
1. 下载ipk文件 基本提示缺啥下载啥
opkg install zlib_1.2.8-1_ar71xx.ipk
opkg install libffi_3.0.13-1_ar71xx.ipk
opkg install libattr_20150220-1_ar71xx.ipk
opkg install glib2_2.43.4-1_ar71xx.ipk
opkg install libxml2_2.9.2-3_ar71xx.ipk
opkg install gstreamer1-libs_1.4.5-1_ar71xx.ipk
opkg install gstreamer1-utils_1.4.5-1_ar71xx.ipk
2. copy 服务器上packages下面的所有内容 ,更改/etc/opkg.conf 指向本地fpt服务器根目录
src/gz chaos_calmer_base tftp://192.168.1.10/base
src/gz chaos_calmer_luci tftp://192.168.1.10/luci
src/gz chaos_calmer_management tftp://192.168.1.10/management
src/gz chaos_calmer_packages tftp://192.168.1.10/packages
src/gz chaos_calmer_routing tftp://192.168.1.10/routing
src/gz chaos_calmer_telephony tftp://192.168.1.10/telephony
example:
root@OpenWrt:~# opkg install gst1-mod-alsa
Installing gst1-mod-alsa (1.4.5-1) to root...
Downloading ftp://192.168.1.10/packages/gst1-mod-alsa_1.4.5-1_ar71xx.ipk.
Installing libgst1audio (1.4.5-1) to root...
Downloading ftp://192.168.1.10/packages/libgst1audio_1.4.5-1_ar71xx.ipk.
Installing libgst1tag (1.4.5-1) to root...
Downloading ftp://192.168.1.10/packages/libgst1tag_1.4.5-1_ar71xx.ipk.
Configuring libgst1tag.
Configuring libgst1audio.
Configuring gst1-mod-alsa.
标签:
原文地址:http://www.cnblogs.com/fastwave2004/p/4559679.html