a8f330f8926f02b07bf70052f4c2a13d278e9c95
[openwrt.git] / package / base-files / files / lib / preinit / 99_10_run_init
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3 # Copyright (C) 2010 Vertical Communications
4
5 run_init() {
6     preinit_ip_deconfig
7 }
8
9 boot_hook_add preinit_main run_init
10