Lean-4.14
L大源码&SSRPlus ,移植后固件版本为4.14
安装依赖
sudo apt-get update
sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx autoconf automake libtool autopoint克隆openwrt及lean的包到本地
git clone https://github.com/openwrt/openwrt
git clone https://github.com/ZhaoqiangCn/lede正式进入移植步骤
自定义要安装的包
vi openwrt/include/target.mk
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd block-mount coremark \
kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget libustream-openssl ca-certificates \
default-settings luci luci-app-ddns luci-app-sqm luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \
luci-app-filetransfer luci-app-ssr-plus luci-app-vsftpd ddns-scripts_aliyun \
luci-app-pptp-server luci-app-arpbind luci-app-vlmcsd luci-app-wifischedule luci-app-wol luci-app-ramfree \
luci-app-sfe luci-app-flowoffload luci-app-nlbwmon luci-app-usb-printer luci-app-accesscontrol luci-app-zerotier luci-app-xlnetacc修改目标路由器固件的包
应用fullconenat
修改“活动连接数” (可选)
修改主机名和ssr-plus彩蛋
ssr-plus 处理
安装feeds
进行编译
进行编译,输入下列命令
Last updated
Was this helpful?