diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-25 05:21:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-25 05:21:42 +0000 |
commit | 97fa191e8beafe603e1a6549792706e73885b490 (patch) | |
tree | c729d06a8bb01064d207b32738b9be4cc5d85b9c /package/base-files | |
parent | 762b33412810756ad9a33fa5282501d2540fd4ce (diff) | |
download | upstream-97fa191e8beafe603e1a6549792706e73885b490.tar.gz upstream-97fa191e8beafe603e1a6549792706e73885b490.tar.bz2 upstream-97fa191e8beafe603e1a6549792706e73885b490.zip |
Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12386 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/files/etc/functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/functions.sh b/package/base-files/files/etc/functions.sh index 28bd792010..828e37e404 100755 --- a/package/base-files/files/etc/functions.sh +++ b/package/base-files/files/etc/functions.sh @@ -3,6 +3,7 @@ # Copyright (C) 2006 Fokus Fraunhofer <carsten.tittel@fokus.fraunhofer.de> alias debug=${DEBUG:-:} +alias mount='busybox mount' # newline N=" |