packages: fix typo in OpenWrt name
[openwrt/.git] / package / base-files / files / lib / preinit / 70_initramfs_test
index e07c68d210547a993b68631936259a0df099e034..8504e34db091fc5f10e699f0475c3b0f2efe10c4 100644 (file)
@@ -3,11 +3,11 @@
 # Copyright (C) 2010 Vertical Communications
 
 initramfs_test() {
-    if [ -n "$INITRAMFS" ]; then
-       boot_run_hook initramfs
-       break
-    fi
+       if [ -n "$INITRAMFS" ]; then
+               boot_run_hook initramfs
+               preinit_ip_deconfig
+               break
+       fi
 }
 
 boot_hook_add preinit_main initramfs_test
-