summaryrefslogtreecommitdiff
path: root/package/base-files/src
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/src')
-rwxr-xr-xpackage/base-files/src/etc/mdev/fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/src/etc/mdev/fs b/package/base-files/src/etc/mdev/fs
index 4f1e100f4..eb60379e6 100755
--- a/package/base-files/src/etc/mdev/fs
+++ b/package/base-files/src/etc/mdev/fs
@@ -59,7 +59,7 @@ adk_mount() {
case "${ACTION}" in
add)
logger -t mdev "Device ${MDEV} added to the system"
- add_check
+ adk_check
adk_fsck
adk_mount
;;