[PATCH] Set default password to 'fff'

Dominik Heidler dominik at heidler.eu
Sa Feb 6 18:13:27 CET 2016


Signed-off-by: Dominik Heidler <dominik at heidler.eu>
---
 build_patches/set_root_password.patch | 2 +-
 buildscript                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build_patches/set_root_password.patch b/build_patches/set_root_password.patch
index 05a1be0..87fdbf4 100644
--- a/build_patches/set_root_password.patch
+++ b/build_patches/set_root_password.patch
@@ -2,7 +2,7 @@
 +++ package/base-files/files/etc/shadow
 @@ -1,4 +1,4 @@
 -root::0:0:99999:7:::
-+root:$1$OmvoKpjK$e.lPVnBxsrAbNV4EoH3xb1:0:0:99999:7:::
++root:$1$FDjTbEjY$UtJI.oZxHW2aGtk5LfRej1:0:0:99999:7:::
  daemon:*:0:0:99999:7:::
  ftp:*:0:0:99999:7:::
  network:*:0:0:99999:7:::
diff --git a/buildscript b/buildscript
index ec9ae64..24562fe 100755
--- a/buildscript
+++ b/buildscript
@@ -161,7 +161,7 @@ prepare() {
     # This changes the default behavior of sysupgrade to not save the config
     patch -p0 -d "$target" -i "$PWD"/build_patches/sysupgrade_no_config_save.patch
 
-    # set default password to 'ffol'
+    # set default password to 'fff'
     patch -p0 -d "$target" -i "$PWD"/build_patches/set_root_password.patch
 
     #add Support for GL-AR150 see also http://git.openwrt.org/?p=openwrt.git;a=commit;h=8211e81bce57392635fa3ad6572514387118e4a5
-- 
2.6.4




Mehr Informationen über die Mailingliste franken-dev