Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Aug 2008 05:21:42 +0000 (05:21 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Aug 2008 05:21:42 +0000 (05:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12386 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/functions.sh

index 28bd792..828e37e 100755 (executable)
@@ -3,6 +3,7 @@
 # Copyright (C) 2006 Fokus Fraunhofer <carsten.tittel@fokus.fraunhofer.de>
 
 alias debug=${DEBUG:-:}
+alias mount='busybox mount'
 
 # newline
 N="
This page took 0.022364 seconds and 4 git commands to generate.