aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/preinit/99_10_mount_no_mtd
blob: c4f38e415badd697f9a47be08946a805e00d15bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications

do_mount_no_mtd() {
    check_skip || {
	mount_no_mtd
    }
}

boot_hook_add preinit_mount_root do_mount_no_mtd