realtek: use generic earlycon setup on 5.15
[openwrt/openwrt.git] / package / base-files / files / lib / preinit / 99_10_run_init
1 # Copyright (C) 2006 OpenWrt.org
2 # Copyright (C) 2010 Vertical Communications
3
4 run_init() {
5 preinit_ip_deconfig
6 }
7
8 boot_hook_add preinit_main run_init