先用ssh连接到openwrt用户名root,ip地址改成openwrt的ip地址 ssh root@10.0.0.1OpenWrt备份软件包列表,供更新固件后重新安装 备份 opkg list-installed | cut -f 1 -d ' ' > /etc/config/packages.list 然后可以用winscp把packages.list下载到本地了 恢复 ...
list 列出openwrt所有支持的软件包 List availablepackages list-installed 列出本机已经安装的软件包 List installed packages list-upgradable 列出可以升级的软件包 ist installed and upgradable packages list-changed-conffiles List user modified configuration files files <pkg> List files belonging to<pkg> search ...
list 列出openwrt所有支持的软件包 List availablepackages list-installed 列出本机已经安装的软件包 List installed packages list-upgradable 列出可以升级的软件包 ist installed and upgradable packages list-changed-conffiles List user modified configuration files files <pkg> List files belonging to<pkg> search ...
list 列出openwrt所有支持的软件包 List availablepackages list-installed 列出本机已经安装的软件包 List installed packages list-upgradable 列出可以升级的软件包 ist installed and upgradable packages list-changed-conffiles List user modified configuration files files <pkg> List files belonging to<pkg> search ...
<flag>=hold|noprune|user|ok|installed|unpacked (one per invocation) Informational Commands: list List available packages list-installed List installed packages list-upgradable List installed and upgradable packages list-changed-conffiles List user modified configuration files ...
destfolder="/tmp/mnt/path-to-save/openwrt备份/path-to-save" opkg list-installed | cut -f 1 -d ' ' > /etc/config/packages.list datename=$(date +%Y-%m-%d-%H-%M-%S) tar zcvf /tmp/backup.tar.gz /etc/ filehash=$(sha256sum /tmp/backup.tar.gz| awk '{print $1}') cp -v /...
opkg list-installed 该命令用于列出系统中已经安装的软件包。 opkg list-changed-conffiles 该命令用于列出用户修改过的配置文件。 opkg files <pkg> 该命令用于列出属于这个软件包(<pkg>)中的所有文件,这个软件包必须已经安装。 下列所示代码用于查看 ip 软件包所包含的文件列表。
OpenWrt Packages: Community repository of ported packages. OpenWrt Routing: Packages specifically focused on (mesh) routing. OpenWrt Video: Packages specifically focused on display servers and clients (Xorg and Wayland). Support Information For a list of supported devices see theOpenWrt Hardware Data...
OpenWrt Routing: Packages specifically focused on (mesh) routing. OpenWrt Video: Packages specifically focused on display servers and clients (Xorg and Wayland). Support Information For a list of supported devices see theOpenWrt Hardware Database ...
Installation of pre-built packages is handled directly by theopkgutility within your running OpenWrt system or by using theOpenWrt SDKon a build system. Usage This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see th...