wlan-ap: remove default password

Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
This commit is contained in:
Jianhui Zhao 2022-01-22 10:43:12 +08:00
parent 81568e7d86
commit 062dd2f022
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
From d612c9590e95795ee9429380847f24da57b44d45 Mon Sep 17 00:00:00 2001
From: Jianhui Zhao <jianhui.zhao@gl-inet.com>
Date: Sat, 22 Jan 2022 10:41:25 +0800
Subject: [PATCH] base-files: set default password to empty
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
---
package/base-files/files/etc/shadow | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/etc/shadow b/package/base-files/files/etc/shadow
index 5b3f32ce64..4b4154f21f 100644
--- a/package/base-files/files/etc/shadow
+++ b/package/base-files/files/etc/shadow
@@ -1,4 +1,4 @@
-root:$1$Ev771IIe$RHpqhCLW3U6c5tg9MrkQD/:18473:0:99999:7:::
+root::0:0:99999:7:::
daemon:*:0:0:99999:7:::
ftp:*:0:0:99999:7:::
network:*:0:0:99999:7:::
--
2.25.1