# openwrt-life **Repository Path**: git.xwq/openwrt-life ## Basic Information - **Project Name**: openwrt-life - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: 1806 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-14 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- 这是一个面向日常使用环境的OpenWrt项目,基于OpenWrt 18.06 主要为中文用户提供一个稳定、易用、本地化的个人路由系统。 By KGHX on https://iyzm.net 编译参考信息: 一、安装并使用 Ubuntu 19.10 64bit 二、使用非root用户登录 Ubuntu 三、安装依赖软件 sudo apt-get update sudo apt-get install -y build-essential autoconf autopoint libtool gcc-multilib flex python gawk subversion zlib1g-dev git libncurses5-dev asciidoc device-tree-compiler p7zip-full msmtp libssl-dev texinfo libglib2.0-dev libelf-dev qemu-utils upx-ucl sudo apt-get clean 四、获取主源代码 git clone -b 1806 https://github.com/ikghx/openwrt-life.git 五、进入主源代码目录,更新并安装软件库 ./scripts/feeds update -a ./scripts/feeds install -a 六、打开编译菜单界面,按个人需要进行定制 make menuconfig 七、开始编译 make ----------------------------------------------------- 其它参考命令: 多线程加速编译,例如系统配备了4核心处理器 make -j4 编译时显示详细信息,用于排查编译错误 make V=s 打开内核菜单界面 make kernel_menuconfig 清空编译缓存目录,以便开始全新编译 make dirclean ----------------------------------------------------- Sunshine! Your OpenWrt Community http://www.openwrt.org