
OpenWrt
文章平均质量分 90
记载学习点点滴滴
技术人生LJF
空杯心态
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu环境源码编译生成X86 64位目标机固件
一、已知宿主机编译需要的依赖:asciidoc GNU Bash GNU Binutils bzip2 flex git GNU C++ Compiler GNU C Compiler GNU Time getopt GNU awk help2man intltool-update libelf-dev libz, libz-dev make ncurses openssl/ssl.h patch perl-ExtUtils-MakeMaker perl-Thre原创 2021-03-15 21:48:16 · 1029 阅读 · 0 评论 -
Ubuntu环境在Virtualbox虚拟机运行OpenWrt
一、OpenWrt镜像下载(x86 64位)1、在https://downloads.openwrt.org/releases/19.07.7/targets/x86/64下载镜像文件二、将原始镜像文件转换为Virtualbox格式1、解压下载的gz文件gzip -d openwrt-19.07.7-x86-64-combined-ext4.img.gz2、转换原始镜像为Virtualbox格式文件(VDI)Vboxmanage convertfromraw --f...原创 2021-03-13 18:10:13 · 2372 阅读 · 1 评论