1、使用string.format转换,再通过tonumber转换回来 [crayon-6043579b874 […]
Continue reading...分类:openwrt教程
openwrt linux下gpio watchdog dts文件配置
由于项目需要,网关需要外接硬件看门狗,而且从网关上电开始就要开始喂狗,从uboot的代码中就开始了喂狗操作 而 […]
Continue reading...中国移动光猫网关samba文件共享
家里拉了中国移动的光纤,送了光猫,带有USB口,可以做文件共享和USB打印机共享 进入光猫的超级管理界面(进入 […]
Continue reading...Linux top load负载的解释
原因总结 产生的原因一句话总结就是:等待磁盘I/O完成的进程过多,导致进程队列长度过大,但是cpu运行的进程却 […]
Continue reading...openwrt CC编译linkit7688固件问题–libmraa
错误现象
1 2 3 4 5 6 7 8 9 |
HEAD is now at 70600de mraa: update to version 0.8.0 error: Server does not allow request for unadvertised object 9cc90b7976252b2d14b7956230c5870097e1f008 Fetched in submodule path 'doxygen2jsdoc', but it did not contain 9cc90b7976252b2d14b7956230c5870097e1f008. Direct fetching of that commit failed. Makefile:51: recipe for target '/home/joseph/openwrt/linkit-7688/dl/libmraa-0.8.0-70600dece4138b0c0dbaff42f57828f1559cd840.tar.gz' failed make[3]: *** [/home/joseph/openwrt/linkit-7688/dl/libmraa-0.8.0-70600dece4138b0c0dbaff42f57828f1559cd840.tar.gz] Error 1 make[3]: Leaving directory '/home/joseph/openwrt/linkit-7688/feeds/packages/libs/libmraa' package/Makefile:191: recipe for target 'package/feeds/packages/libmraa/compile' failed make[2]: *** [package/feeds/packages/libmraa/compile] Error 2 make[2]: Leaving directory '/home/joseph/openwrt/linkit-7688' |
https://blog.csdn […]
Continue reading...openwrt widroa编译automake错误Unescaped left brace in regex is illegal here in regex; marked by
使用github上widroa的openwrt编译固件 遇见如下错误 Unescaped lef […]
Continue reading...jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0x7368 instead问题原因
记录一个openwrt路由器成砖的问题,以前也遇见过,但是忘记了,这次记下来 [crayon-6043579b […]
Continue reading...【最全】openwrt软件包Makefile编写规范
看到这个链接,感觉里面很全面,留作学习查询 https://my.oschina.net/hevakelcj/ […]
Continue reading...OpenWRT的包依赖 package DEPEND
转载自:http://blog.chinaunix.net/uid-27057175-id-5011775.h […]
Continue reading...openwrt 报错 “Please install the openssl library (with development headers)”的处理方法
在编辑CC时遇见的错误,如下
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
Openwrt的编译环境一直报错,请大家帮忙看看我改怎么解决,谢谢!急 kksil@ubuntu:~/wrt$ make menuconfig Checking 'working-make'... ok. Checking 'case-sensitive-fs'... ok. Checking 'getopt'... ok. Checking 'fileutils'... ok. Checking 'working-gcc'... ok. Checking 'working-g++'... ok. Checking 'ncurses'... ok. Checking 'zlib'... ok. Checking 'gawk'... ok. Checking 'unzip'... ok. Checking 'bzip2'... ok. Checking 'perl'... ok. Checking '/usr/bin/python2.7'... ok. Checking 'wget'... ok. Checking 'git'... ok. Checking 'gnutar'... ok. Checking 'svn'... ok. Checking 'libssl'... failed. Checking 'openssl'... ok. Checking 'gnu-find'... ok. Checking 'getopt-extended'... ok. Checking 'file'... ok. Checking 'non-root'... ok. Build dependency: Please install the openssl library (with development headers) Prerequisite check failed. Use FORCE=1 to override. make: *** [tmp/.prereq-build] Error 1 |
这个问题和op […]
Continue reading...openwrt error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
编译OpenWRT 15.05(Chaos Calmer)的模块 tools/mkimage(u-boot-2 […]
Continue reading...使用docker快速搭建openwrt编译环境
本人在docker hub上上传了自己用的基于ubuntu18.04搭建的openwrt编译环境,可以方便开发 […]
Continue reading...