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 | 1673462564c42d99e7aebf4c9aaaf4d4d3742299 (patch) | |
tree | a3610e25de3bd4cd4832d54f9cc1b20f9c0ee736 | |
parent | 4f18ba92490710a97d23ab9b652805a53ff8a981 (diff) | |
download | upstream-1673462564c42d99e7aebf4c9aaaf4d4d3742299.tar.gz upstream-1673462564c42d99e7aebf4c9aaaf4d4d3742299.tar.bz2 upstream-1673462564c42d99e7aebf4c9aaaf4d4d3742299.zip |
Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9
SVN-Revision: 12386
-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=" |