move input device nodes to /dev/input
[openwrt.git] / 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.020914 seconds and 4 git commands to generate.