mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] update joymap.sh and link
use "pkill" and "params=" in appLink
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/busybox sh
|
||||
|
||||
if pgrep "loadmap" 2> /dev/null; then
|
||||
killall -2 loadmap
|
||||
pkill loadmap
|
||||
else
|
||||
loadmap /mnt/joymap.map -d -b
|
||||
loadmap /mnt/joymap.map -d
|
||||
fi
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
title=Joymap
|
||||
description=Joy to keyboard mapper
|
||||
exec=/mnt/apps/joymap/joymap.sh
|
||||
params=&
|
||||
Reference in New Issue
Block a user