Hi,

The attached patch fixes two minor typos in the new preinit code.

HTH,

Ithamar.

diff --git a/package/base-files/files/etc/preinit b/package/base-files/files/etc/preinit
index eff382a..56c02e4 100755
--- a/package/base-files/files/etc/preinit
+++ b/package/base-files/files/etc/preinit
@@ -9,7 +9,7 @@ preinit_essential_hook=
 preinit_main_hook=
 failsafe_hook=
 initramfs_hook=
-preinit_mount_root=
+preinit_mount_root_hook=
 
 pi_ifname=
 pi_ip=192.168.1.1
diff --git a/package/base-files/files/lib/preinit/99_10_run_init b/package/base-files/files/lib/preinit/99_10_run_init
index dab2fda..fef3a50 100644
--- a/package/base-files/files/lib/preinit/99_10_run_init
+++ b/package/base-files/files/lib/preinit/99_10_run_init
@@ -5,7 +5,7 @@
 run_init() {
     preinit_echo "- init -"
     preinit_ip_deconfig
-    if [ "$pi_init_stderr_suppress" = "y" ]; then
+    if [ "$pi_init_suppress_stderr" = "y" ]; then
 	exec env - PATH=$pi_init_path $pi_init_env $pi_init_cmd 2>&0
     else
 	exec env - PATH=$pi_init_path $pi_init_env $pi_init_cmd
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to