Skip to content

OpenWRT

One Stupid Error

When openwrt serves as the second router, it should differentiate the net segments with the first router.

First router: 192.168.1.1
Second router: 192.168.2.1

Disable IPv6

OpenWrt之关闭IPv6

Fixing Read-Only Filesystem

Fixing Openwrt Read-only Filesystem Issue

Solution: delete such options in /etc/config/fstab

config 'mount'
        option  target  '/'
        option  uuid    'xxxxxxx'
        option  enabled '1'