From d01623748cc221b3b86bcbf038b3a736ffa3855c Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 8 Oct 2022 19:24:19 +0800 Subject: [PATCH] README.md: remove default password Signed-off-by: Tianling Shen (cherry picked from commit 428ae0cc38aaae42ffadec0b3e4992cffdfe712c) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51915516ec..0febe2e32b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ImmortalWrt is a fork of [OpenWrt](https://openwrt.org), with more packages ported, more devices supported, better performance, and special optimizations for mainland China users.
Compared the official one, we allow to use hacks or non-upstreamable patches / modifications to achieve our purpose. Source from anywhere. -Default login address: http://192.168.1.1 or http://immortalwrt.lan, username: __root__, password: __password__. +Default login address: http://192.168.1.1 or http://immortalwrt.lan, username: __root__, password: _none_. ## Development To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sensitive filesystem required). Cygwin is unsupported because of the lack of a case sensitive file system.