看到这个链接,感觉里面很全面,留作学习查询 https://my.oschina.net/hevakelcj/ […]
Continue reading...Ubuntu Server 18.04 网络设置不生效的解决
在Ubuntu18.04中,传统的配置/etc/network/interfaces已无用 新方法:修改如下文 […]
Continue reading...【转载】window系统上进行端口转发配置(win10测试有效)
由于我的ubuntu是通过VBOX或者vmware上安装的,而且使用的NAT网卡或者host-only,导致无 […]
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...openwrt:Please install GNU ‘time’ or BusyBox ‘time’ that supports -f
这两天用docker编译openwrt的时候遇见这个错误,检查time命令失败,如下 [crayon-6043 […]
Continue reading...openwrt feeds软件包支持规则说明
openwrt中feeds详解
Continue reading...openwrt下编译ipk包遇到Package xxxx is missing dependencies for the following libraries: libc.so.1
今天编译个别人写的openwrt的luci包,写的不规范,但是遇见的错误信息具有代表性,其他软件 […]
Continue reading...更改openwrt网页登录的用户名
开通OpenWrt的远程管理以后,安全性问题随之而来。由于SSH以及Luci默认采用root账户登录,因此路由 […]
Continue reading...openwrt luci固件升级流程
openwrt luci页面固件升级流程解析
Continue reading...