1
0
-1

如何通过命令方式实现 OpenWRT 系统全面升级

    Comment添加您的评论…

    1答案

    1.  
      1
      0
      -1


      opkg list-upgradable | cut -f 1 -d ' ' | xargs -r opkg upgrade  


        Comment添加您的评论…