summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-20 12:43:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-20 12:44:06 +0200
commit610e6f9e4784070c5c0186505592ca2031e9a82f (patch)
tree937cc4ebdb5d6717dd627dbadec461bc700fc840 /package
parent303353e92852de42a45ba6957a18ed45af1c88cf (diff)
use input device
Diffstat (limited to 'package')
-rw-r--r--package/gpm/files/gpm.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpm/files/gpm.postinst b/package/gpm/files/gpm.postinst
index f9f5a12b1..c706a75b7 100644
--- a/package/gpm/files/gpm.postinst
+++ b/package/gpm/files/gpm.postinst
@@ -1,4 +1,4 @@
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf gpm_flags "-m /dev/psaux -t ps2"
+add_rcconf gpm_flags "-m /dev/input/mouse0 -t ps2"
add_rcconf gpm NO