3.1 HostForward网络设置 qemu启动OpenWRT(参考:[OpenWrt Wiki] OpenWrt in QEMU aarch64): qemu-system-aarch64 -m1024-smp2-cpu cortex-a53 -M virt -nographic -kernel openwrt-armvirt-64-Image-initramfs \ -driveif=none,file=disk.img,id=hd0 -device virtio-blk-device,drive=hd0 \-device virt...
路由器AX6000(OpenWrt)+ alist插件 + R645C(kodi) 第一步,打开终端,登陆。初始账户是root,密码是passwrod 第二步,输入opkg print-architecture,查看路由器CPU架构,后面选择插件版本会用到,我这里的AX6000是aarch64_cortex-a53架构 第三步,打开Releases · sbwml/luci-app-alist,选择对应架构的包下载到PC 第...
生成ipkg安装包位于./bin/packages/aarch64_cortex-a53/mypackages/: ./bin/packages/aarch64_cortex-a53/mypackages/└── helloworld_1.0-1_aarch64_cortex-a53.ipk 根据Makefile配置helloworld也被安装到staging_dir下:./staging_dir/target-aarch64_cortex-a53_musl/root-armvirt/usr/bin/helloworld。 此时...
首先,登录终端,初始账号为root,密码为passwrod。其次,通过输入命令“opkg print-architecture”查看路由器CPU架构,以便于后续选择与架构匹配的alist插件版本。如AX6000的架构为aarch64_cortex-a53。接着,访问GitHub仓库“Releases · sbwml/luci-app-alist”,选择相应架构的alist插件包进行下载,确保...
使用外部内核源码的方式,我们一遍会编译一遍openwrt,然后将build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-4.19.81/源码拷贝到,如…/extkernel/4.4.198目录下。 然后make menuconfig开启Use external kernel tree选项即可。
openwrt-releases-23.05.5-packages-aarch64_cortex-a53-routing安装包是阿里云官方提供的开源镜像免费下载服务,每天下载量过亿,阿里巴巴开源镜像站为包含openwrt-releases-23.05.5-packages-aarch64_cortex-a53-routing安装包的几百个操作系统镜像和依赖包镜像进行免费CD
docker run -d --network host --name test --privileged=true openwrtorg/rootfs:aarch64_cortex-a53sudo apt-get install firewalld sudo systemctl enable firewalld sudo firewall-cmd --zone=public --add-port=80/tcp --permanent sudo firewall-cmd --reload ...
src/gz openwrt_telephony https://mirror-03.infra.openwrt.org/releases/23.05.4/packages/aarch64_cortex-a53/telephony 注意:这里有个小bug,直接复制粘贴进去进行更新软件包可能会出现报错,解决方案是先复制粘贴到随便一个文本框再进行复制,再粘贴进来即可解决。
openwrtdocker安装 1. 配置软件及防⽕墙规则 docker pull openwrtorg/rootfs:aarch64_cortex-a53 docker run -d --network host --name test --privileged=true openwrtorg/rootfs:aarch64_cortex-a53 sudo apt-get install firewalld sudo systemctl enable firewalld sudo firewall-cmd --zone=public -...
使用外部内核源码的方式,我们一遍会编译一遍openwrt,然后将build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-4.19.81/源码拷贝到,如../extkernel/4.4.198目录下。 然后make menuconfig开启Use external kernel tree选项即可。 [*]Advancedconfiguration options(fordevelopers)---(../extkernel...