diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-20 12:43:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-20 12:44:06 +0200 |
commit | 610e6f9e4784070c5c0186505592ca2031e9a82f (patch) | |
tree | 937cc4ebdb5d6717dd627dbadec461bc700fc840 | |
parent | 303353e92852de42a45ba6957a18ed45af1c88cf (diff) |
use input device
-rw-r--r-- | package/gpm/files/gpm.postinst | 2 |
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 |