Skip to content

Commit

Permalink
Merge pull request #172 from kloptops/main
Browse files Browse the repository at this point in the history
Fixed ROCKNIX / JELOS support.
  • Loading branch information
kloptops authored Oct 9, 2024
2 parents a14a8fc + b7a1706 commit a1e3e57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PortMaster/mod_.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

## THIS FIXES ROCKNIX AND JELOS

source $controlfolder/device_info.txt
source $controlfolder/funcs.txt

GPTOKEYB2="$ESUDO env LD_PRELOAD=$controlfolder/libinterpose.${DEVICE_ARCH}.so $controlfolder/gptokeyb2 $ESUDOKILL"
GPTOKEYB="$ESUDO $controlfolder/gptokeyb $ESUDOKILL"

[ -f "${controlfolder}/mod_${CFW_NAME}.txt" ] && source "${controlfolder}/mod_${CFW_NAME}.txt"

0 comments on commit a1e3e57

Please sign in to comment.