ArduinoYun的openwrt-yun系统怎样用opkg把软件安装在SD卡上?-Arduino中文社区 - Powered by Discuz! Archiver

ban 发表于 2015-11-10 17:08

ArduinoYun的openwrt-yun系统怎样用opkg把软件安装在SD卡上?

我在/etc/opkg.conf中加了‘dest usb /mnt/sda2/system(挂在dian)’,然后在/etc/profile中,把sd卡上的bin、sbin、usr/bin、usr/sbin加入PATH变量,但是没有LD_LIBRARY_PATH变量。我手动写入LD_LIBRARY_PATH,通过opkg -d usb install ...后,系统还是无法找到我安装的软件,这是什么原因?

ban 发表于 2015-11-11 14:25

已解决。
页: [1]
查看完整版本: ArduinoYun的openwrt-yun系统怎样用opkg把软件安装在SD卡上?