说一下步骤:

mkdir /mnt/sda1/packages/
echo dest usb /mnt/sda1/packages/ >> /etc/opkg.conf    或者手工在opkg.conf的最后一行后加入dest usb /mnt/sda1/packages/

记住安装软件时不要漏了--dest usb,这样才会安装到U盘或硬盘上。如:

opkg --dest usb install python
ln -s /mnt/sda1/packages/usr/bin/python /usr/bin/python

 

 

相关文章:

  • 2021-10-13
  • 2022-01-20
  • 2021-04-19
  • 2021-09-12
  • 2021-07-04
  • 2022-01-13
  • 2021-09-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-30
  • 2021-12-31
  • 2021-12-21
  • 2022-12-23
相关资源
相似解决方案