-
-
# 自编译 OpenWrt 系列 - SD 卡分区扩容指南 | 美丽应用
本篇文章将介绍扩容 OpenWrt root 分区的内容,本文所述内容适用于以 SD 卡存储介质的 ARM 设备 (树莓派、NanoPi R2S 等)。 将本项目 OpenWrt 固件刷入 SD 卡后,SD 卡内 boot 分区所占空间为 64M,root 分区所占空间为 960M,所以: SD 卡总容量 - (64+96…
-
[**Edit:**]
I could make it work by directly connecting it to my computer, and not through my other openwrt router.
After setting the R2S Plus to dhcp client, I can http and ssh when connected to my…
-
```
dmesg |grep fstab
[ 10.795575] block: attempting to load /etc/config/fstab
[ 10.796706] block: unable to load configuration (fstab: Entry not found)
[ 11.069973] block: attempting to loa…
-
不是,哥,那个你不考虑下 nanopir2s么??
**心动了吗?,买它!买它!买它!**
-
如题, 开启Adblock Plus+后 手机上的今日头条无法联网.
路由器: R2S
固件版本 | klever1988/nanopi-openwrt 2021-11-27
手机: iPhone SE2 ios15.1
-
### 详细叙述
make menuconfig找不到r6s了,之前有
### 重复 issue
- [X] 没有类似的 issue
### 具体型号
friendlyarm_nanopi-r6s
### 详细日志
无
-
### Describe the bug
On boot, the system log notes `KASLR disabled due to lack of seed`. This indicates that the bootloader is not passing a random seed as needed for KASLR initialization. This cou…
-
在https://openwrt.ai/上编译的Generic x86/64和FriendlyARM NanoPi R5S的固件,无法登录http://192.168.1.1/页面。发现是系统没有uhttpd插件,解决方法是:
通过SSH连接后台,
1.opkg update;
2.opkg install uhttpd;
3.运行 /etc/init.d/uhttpd start…
-
# 自编译 OpenWrt 系列 - IPV6 指南 | 美丽应用
IPV6 支持 💡由于树莓派、NanoPi R2S、x86 平台固件内默认未添加 IPV6 支持,为满足大家使用 IPV6 的需求,在未集成 IPV6 设备的固件中加入了 ipv6-helper 工具以方便大家快速安装和配置 IPV6 模块。 ⚠️本工具目前处于测试状态,可能存在一些不确定性,请大家多多测试反馈~ 在 OpenW…