1.wgethttps://uurouter.gdl.netease.com/uuplugin-script/openwrt/v1/install.sh 2.安装 (mips小端及其他配置,包括arm,x86等)使用该命令:/bin/sh install.sh openwrt $(uname -m) (mpis大端)若以上安装失败,无sn=或sn为空。则使用该命令:/bin/sh install.sh openwrt mipseb 以下命令mips大端和mips小...
我在openwrt 上使用 wget 下载。 命令如下: wget https://raw.githubusercontent.com/racaljk/hosts/master/tool s/lhosts --no-check-certificate 然后出现了如下错误: wget: not an http or ftp url: https://raw.githubusercontent.com/racaljk/hosts/master/tools/lhosts 为什么会这样? 该如何在 openwrt...
当然你也可以直接用 wget 在 github 上下载。 # using wget with SSL wget'https://raw.githubusercontent.com/tavinus/opkg-upgrade/master/opkg-upgrade.sh'-O"opkg-upgrade.sh"&&chmod755"opkg-upgrade.sh" # alternative with --force-overwrite wget'https://blog.cineray.net/openwrt/opkg-upgrade.sh'...
wget https://downloads.openwrt.org/releases/21.02.1/targets/x86/64/openwrt-21.02.1-x86-64-generic-kernel.bin -O /boot/vmlinuz-21.02.1 获取PARTUUID以及设置grub启动 blkid /dev/sda3 /dev/sda3: LABEL="rootfs" UUID="ff313567-e9f1-5a5d-9895-3ba130b4a864" BLOCK_SIZE="4096" TYPE="ext4...
wget https://downloads.openwrt.org/releases/23.05.0/targets/mediatek/filogic/config.buildinfo -O .config 但这份配置中包含了filogic芯片方案的所有设备的配置,还需进行裁剪和修改。 menuconfig 在以上配置的基础上,运行make menuconfig命令来完成进一步的自定义配置。完成后配置会更新至.config文件中。
wget https://github.com/neurobin/shc/archive/release.tar.gz cd shc-release/./configuremakemakeinstall cd src cp shc /usr/bin shc安装包下载:https://neurobin.org/projects/softwares/unix/shc/#usage 更多 参考链接:https://developer.aliyun.com/article/842665...
wget https://free.nchc.org.tw/osdn/storage/g/o/op/openwrt-passwall-build/passwall.pub opkg-key add passwall.pub 添加opkg 存储库: read release arch << EOF $(. /etc/openwrt_release ; echo ${DISTRIB_RELEASE%.*} $DISTRIB_ARCH)
git clone https://github.com/KimJungWha/default-settings package/default-settings vi package/default-settings/files/zzz-default-settings 在编译前指定内核版本号: #查看Openwrt官方源内核版本: wget https://downloads.openwrt.org/releases/21.02.2/targets/x86/64/packages/Packages.gz ...
https://www.jwtechtips.top/how-to-install-openwrt-in-proxmox/ 在PVE上新建一个虚拟机,全部选项默认即可。 然后删除磁盘(先分离才能删除) 下载openwrt的x86镜像 代码语言:javascript 复制 wget https://archive.openwrt.org/releases/19.07.2/targets/x86/64/openwrt-19.07.2-x86-64-combined-squashfs.img....
wgethttps://op.dllkids.xyz/packages/aarch64_generic/luci-app-frpc_1.4_all.ipk wget 后面是你复制到的链接地址。终端内输入进行安装。 opkginstallluci-app-frpc_1.4_all.ipk 安装frpc服务 二、服务器frps安装 openwrt安装结束,接下来就是服务器端安装frps服务。。。可以看这个大佬写的教程,十分详细:大佬的...