blob: c5aae983c7300008bf10e605f1f3ae6a228f6057 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# Copyright (C) 2006 OpenWrt.org
2# Copyright (C) 2010 Vertical Communications
3
4initramfs_test() {
5 if [ -n "$INITRAMFS" ]; then
6 boot_run_hook initramfs
7 preinit_ip_deconfig
8 break
9 fi
10}
11
12boot_hook_add preinit_main initramfs_test