找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 35847|回复: 430

ubuntu19编译环境镜像&简单教程

 火... [复制链接]
发表于 2019-7-23 15:31 | 显示全部楼层 |阅读模式
本帖最后由 psandy 于 2019-7-23 15:32 编辑

1.虚拟机 VMware Workstation Pro 安装的 ubuntu19.04 server2.虚拟机内Lean源码lede 源码更新到最新,并编译了wndr3800
3.Ubuntu用户名yang 密码password
4.用到的工具 SecureCRTPortable 和 WinSCPPortable
5.镜像压缩后5.22G 。比论坛另一个兄弟的小多了,他那个解压后60多个G
6.固件默认登陆IP 192.168.1.1, 密码 password
7.不要用 root 用户 git 和编译!!!
8. 国内用户编译前最好准备好梯子
9.因为已经编译过一遍,再次编译开8核,理论上不超过5分钟!!!!

以后二次编译:
cd lede                                                                           进入LEDE目录
git pull                                                                           同步更新大雕源码
./scripts/feeds update -a && ./scripts/feeds install -a           更新FEEDS
rm -rf ./tmp && rm -rf .config                                           清除编译配置和缓存
make menuconfig                                                            进入编译配置菜单
make -j1 V=s                                                                  n=线程数+1,例如4线程的I5填-j5,开始编译
编译完成后固件输出在/lede/bin/targets


选择LuCI 配置:  常用
-----------------------------------------------------------------------------------------
L大雕 选择LuCI 配置:
LuCI ---> Applications ---> luci-app-accesscontrol  #访问时间控制
LuCI ---> Applications ---> luci-app-adbyby-plus   #广告屏蔽大师Plus +
LuCI ---> Applications ---> luci-app-arpbind  #IP/MAC绑定
LuCI ---> Applications ---> luci-app-autoreboot  #高级重启
LuCI ---> Applications ---> luci-app-aliddns   #阿里DDNS客户端
LuCI ---> Applications ---> luci-app-ddns   #动态域名 DNS
LuCI ---> Applications ---> luci-app-filetransfer  #文件传输
LuCI ---> Applications ---> luci-app-firewall   #添加防火墙
LuCI ---> Applications ---> luci-app-frpc   #内网穿透 Frp
LuCI ---> Applications ---> luci-app-guest-wifi  #WiFi访客网络
LuCI ---> Applications ---> luci-app-ipsec-virtual**d  #virtual**服务器 IPSec
LuCI ---> Applications ---> luci-app-mwan3   #MWAN负载均衡
LuCI ---> Applications ---> luci-app-nlbwmon   #网络带宽监视器
LuCI ---> Applications ---> luci-app-p p t p-server  #virtual**服务器 p p t p
LuCI ---> Applications ---> luci-app-ramfree  #释放内存
LuCI ---> Applications ---> luci-app-samba   #网络共享(Samba)
LuCI ---> Applications ---> luci-app-sfe  #Turbo ACC网络加速(开启Fast Path转发加速)
LuCI ---> Applications ---> luci-app-sqm  #流量智能队列管理(QOS)
-------------------------------------------------------------------------------------------
LuCI ---> Applications ---> luci-app-syncdial  #多拨虚拟网卡(原macvlan)
LuCI ---> Applications ---> luci-app-upnp   #通用即插即用UPnP(端口自动转发)
LuCI ---> Applications ---> luci-app-v2瑞-pro  #V2Ray透明代理
LuCI ---> Applications ---> luci-app-vlmcsd  #KMS服务器设置
LuCI ---> Applications ---> luci-app-vsftpd  #FTP服务器
LuCI ---> Applications ---> luci-app-wifischedule  #WiFi 计划
LuCI ---> Applications ---> luci-app-wireless-regdb  #WiFi无线
LuCI ---> Applications ---> luci-app-wol   #WOL网络唤醒
LuCI ---> Applications ---> luci-app-wrtbwmon  #实时流量监测
LuCI ---> Applications ---> luci-app-xlnetacc  #迅雷快鸟
Utilities  --->  open-vm-tools  #打开适用于VMware的VM Tools

-------------------------------------------------------------------------------------------
LuCI ---> Applications ---> luci-app-S-S R-plus   #S-S R兲朝上网Plus+
LuCI ---> Applications ---> luci-app-S-S R-plus ---> Include s-s New Versiong  #新SS代理
LuCI ---> Applications ---> luci-app-S-S R-plus ---> Include v2瑞  #V2Ray透明代理
LuCI ---> Applications ---> luci-app-S-S R-plus ---> Include Kcptun  #Kcptun代理
LuCI ---> Applications ---> luci-app-S-S R-plus ---> Include s-sR Server  #S-S R客户端
LuCI ---> Applications ---> luci-app-S-S R-plus ---> Include s-sR Socks and Tunnel  #S-S R代理
-------------------------------------------------------------------------------------------
支持 iPv6:
Extra packages  --->  ipv6helper  (选定这个后下面几项自动选择了)
Network  --->  odhcp6c
Network  --->  odhcpd-ipv6only
LuCI  --->  Protocols  --->  luci-proto-ipv6
LuCI  --->  Protocols  --->  luci-proto-ppp
-------------------------------------------------------------------------------------------
OpenWRT编译LUCI插件说明
游客,如果您要查看本帖隐藏内容请回复


以下两个任选其一,都一样!

分卷压缩
游客,如果您要查看本帖隐藏内容请回复

单文件
游客,如果您要查看本帖隐藏内容请回复


评分

参与人数 3恩山币 +4 收起 理由
熟悉*** + 2 率全体恩山路由党以及党魁向你学习!
na*** + 1 强大的恩山!(以下重复1万次)
ci*** + 1 不要怂、就是干

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
发表于 2019-7-23 15:35 | 显示全部楼层
学习一下,谢谢奉献分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 15:53 | 显示全部楼层
学习一下,谢谢奉献分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 15:55 | 显示全部楼层
谢谢你的辛苦
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 16:06 | 显示全部楼层
感谢分享。。。正需要编译。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 16:19 | 显示全部楼层
大佬,,PDF的文件,,表格没对齐呀,,,看的不对好像  或者直接发EXCEL文件格式???
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 16:54 | 显示全部楼层
感谢分享~~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 17:03 | 显示全部楼层
本帖最后由 cavenlai 于 2019-7-23 17:05 编辑

正在搞这个,不过我用LXC容器去编译。
PS:楼主部分资料引用自此帖https://www.right.com.cn/forum/thread-344825-1-5.html建议楼主注明一下,尊重别人。

我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 17:53 | 显示全部楼层
感谢分享,编译起来方便多了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 18:23 | 显示全部楼层
学习一下,怎么整更快
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 18:36 | 显示全部楼层
谢谢分享     
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 19:19 | 显示全部楼层
来看下这了,谢谢楼主的提供了!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 19:49 来自手机 | 显示全部楼层
感谢分享感谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 20:14 | 显示全部楼层
thanks for your share!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-7-23 20:16 | 显示全部楼层
看看帖子里藏了啥好东西~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-26 17:43

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表