admin 管理员组

文章数量: 1184232

使用 cat /etc/openwrt_release 查看路由器架构信息

在相同固件的openwrt系统中抽取opkg文件

将opkg文件放在 /usr/bin 目录下

修改opkg配置文件 vim /etc/opkg.conf

最新opkg源查看地址

src/gz barrier_breaker_base 
src/gz barrier_breaker_luci 
src/gz barrier_breaker_management 
src/gz barrier_breaker_oldpackages 
src/gz barrier_breaker_packages 
src/gz barrier_breaker_routing 
src/gz barrier_breaker_telephony 
dest root /
dest ram /tmp
lists_dir ext /root/opkg-lists
option overlay_root /
arch all 100
arch ramips 200
arch ramips_24kec 300

执行 opkg update 更新软件包列表

其他问题

libc依赖无法自动解析,需手动配置

wget后面的url应当在上面所给出的opkg软件源中查找libc

cdmkdir download
cd download/
wget 
opkg install libc_0.9.33.2-1_ramips_24kec.ipk

参考博客

本系列其他文章链接

本文标签: 编程 系统 进阶之旅