type
status
date
slug
summary
tags
category
icon
password
URL-TEXT
1.Dnsmasq与SSR冲突,且不能与dnsmasq-full共存,记得选dnsmasq-full,否则编译会出错

2.如果不添加,则无法进入web管理后台(官方默认无管理后台)

3.不添加,则无法打开SSR界面

sudo sh -c "apt update && apt upgrade -y" sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 python2.7 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 libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync git clone -b openwrt-22.03 [https://github.com/openwrt/openwrt.git](https://github.com/openwrt/openwrt.git) cat >> feeds.conf.default <<EOF src-git kenzo [https://github.com/kenzok8/openwrt-packages](https://github.com/kenzok8/openwrt-packages) src-git passwall [https://github.com/xiaorouji/openwrt-passwall](https://github.com/xiaorouji/openwrt-passwall) EOF ./scripts/feeds update -a && ./scripts/feeds install -a sed -i 's/192.168.1.1/192.168.3.1/g' package/base-files/files/bin/config_generate chmod -R 777 openwrt make menuconfig make download -j8 V=s find dl -size -1024c -exec ls -l {} \; make -j$(nproc) || make -j1 || make -j1 V=s readlink -f bin/targets/ramips/mt7621/openwrt-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin
- 作者:Fennec and lucky-mouse
- 链接:https://fennec-lucky.com/open3
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。