root@Jack:/tmp/opkg-lists# opkg--help
opkg:unrecognized option `--help'
opkgmust have one sub-command argument
usage:opkg [options...] sub-command [arguments...]
wheresub-command is one of:
PackageManipulation:
update 升级 Update list ofavailable packages
upgrade <pkgs> 升级某一个软件 Upgrade packages
install <pkgs> 安装某一个软件 Install package(s)
configure <pkgs> 配置某一个软件 Configure unpacked package(s)
remove <pkgs|regexp> 删除软件 Remove package(s)
flag <flag> <pkgs> Flag package(s)
<flag>=hold|noprune|user|ok|installed|unpacked (one perinvocation) InformationalCommands:
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 <file|regexp> List package providing <file>
find <regexp> List packages whose name ordescription matches <regexp>
info[pkg|regexp] 显示软件包的信息 Display all info for <pkg>
status [pkg|regexp] 显示软件包的状态 Display all status for <pkg>
download<pkg> 下载一个软件包到当前目录 Download<pkg> to current directory
#########################################################
openWrt 界面中文支持 opkg update
opkg install luci-i18n-chinese System -> System -> Language and Style ->Language :chinese
######################################################
# usb驱动安装 opkg install kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage usbutils kmod-fs-ext4 kmod-fs-ntfs kmod-fs-vfat ntfs-3g fdisk mount-utils aria2
#挂载
mkdir /mnt/device
mount -t ntfs-3g /dev/sda4 /mnt/device umount /mnt/device
#设置开机启动挂载
vi /etc/rc.local
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
mount -t ntfs-3g /dev/sda4 /mnt/device exit
#安装路由协议
opkg install quagga quagga-zebra quagga-ripd quagga-watchquagga quagga-vtysh
#安装摄像头软件
opkg install kmod-video-uvc kmod-video-core mjpg-streamer logread | grep "usb"root@OpenWrt:~# logread | grep "USB Video"
Oct :: OpenWrt kern.info kernel: [ 3285.628000] USB Video Class driver (1.1.) mjpg_streamer -i "./input_uvc.so" -o "./output_http.so -w ./www"
mjpg_streamer -i "input_uvc.so -r 352x288 -f 15 -q 80 -y" -o "output_http.so -p 8080 -w /www"
http://192.168.80.1/?action=stream
#viop
opkg update
opkg install asterisk18 luci-app-pbx

最新文章

  1. CH Round #72树洞[二分答案 DFS&amp;&amp;BFS]
  2. iOS学习之设计模式
  3. 如何让我们的VMware虚拟机上网——转载
  4. Liferay7 BPM门户开发之32: 实现自定义认证登陆(定制Authentication Hook)
  5. GNU Radio 之 rtl-sdr
  6. phpinfo中查不到memcache信息问题
  7. C# 玩家昵称屏蔽敏感字眼
  8. SmallDateTime时间范围检查
  9. 212. Word Search II
  10. 面试前的准备---C#知识点回顾----03
  11. 解决Eclipse编译器报错ClassNotFoundException:Org.hibernate.hql.ast.HqlToken
  12. border-sizing属性
  13. linux 下文件误删恢复
  14. Strategy 设计模式 策略模式 超靠谱原代码讲解
  15. Application Security Per-Engagement
  16. 机器学习--Xgboost调参
  17. es6 语法 (数值扩展)
  18. linux 怎么上传下载-- 文件
  19. 从零开始学 Web 之 HTML(一)认识前端
  20. Loadrunner回放脚本时报错Action.c(41): Error -27979: Requested form not found [MsgId: MERR-27979]

热门文章

  1. Django——3 模板路径 模板变量 常用过滤器 静态文件的使用
  2. 【CodeCraft-19 and Codeforces Round #537 (Div. 2) C】Creative Snap
  3. ES解除索引只读限制
  4. [bzoj3224]普通平衡树[Treap]
  5. 【学QT】 3 - DEBUG集子
  6. printf()参数的处理
  7. LDAP目录服务折腾之后的总结
  8. jQuery toast message 地址 使用
  9. android 细节之 menu 之 invalidateOptionsMenu
  10. ExtJs 日期相加,Grid表格列可编辑