mount_root: prepare base-files
[openwrt/openwrt.git] / package / base-files / files.old / lib / preinit / 99_10_mount_no_mtd
1 #!/bin/sh
2 # Copyright (C) 2006-2010 OpenWrt.org
3 # Copyright (C) 2010 Vertical Communications
4
5 do_mount_no_mtd() {
6 check_skip || {
7 mount_no_mtd
8 }
9 }
10
11 boot_hook_add preinit_mount_root do_mount_no_mtd
12