diff options
Diffstat (limited to 'system/cdfs')
-rw-r--r-- | system/cdfs/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cdfs/doinst.sh b/system/cdfs/doinst.sh index 57abf59843fd..f786c2237241 100644 --- a/system/cdfs/doinst.sh +++ b/system/cdfs/doinst.sh @@ -1,2 +1,2 @@ -chroot . /sbin/depmod -ae @KERNEL@ +chroot . /sbin/depmod -a @KERNEL@ |