Browse Source

use input device

Waldemar Brodkorb 11 years ago
parent
commit
610e6f9e47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/gpm/files/gpm.postinst

+ 1 - 1
package/gpm/files/gpm.postinst

@@ -1,4 +1,4 @@
 #!/bin/sh
 #!/bin/sh
 . $IPKG_INSTROOT/etc/functions.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
 add_rcconf gpm NO