Skip to content

Commit

Permalink
psh: implement route management tool
Browse files Browse the repository at this point in the history
JIRA: RTOS-684
  • Loading branch information
gerard5 committed Jun 29, 2024
1 parent 1c234da commit 1f4a673
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 1 deletion.
2 changes: 1 addition & 1 deletion psh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LOCAL_LDFLAGS := -z stack-size=4096 -z noexecstack
# TODO: search for dirs?
PSH_ALLCOMMANDS := bind cat cd cp date dd df dmesg echo edit exec hm ifconfig kill \
ln ls mem mkdir mount nc nslookup ntpclient perf ping pm printenv ps pwd reboot rm \
rmdir runfile sync sysexec top touch tty umount uptime wget
rmdir route runfile sync sysexec top touch tty umount uptime wget
PSH_COMMANDS ?= $(PSH_ALLCOMMANDS)
PSH_INTERNAL_APPLETS := pshapp help $(filter $(PSH_ALLCOMMANDS), $(PSH_COMMANDS))

Expand Down
Loading

0 comments on commit 1f4a673

Please sign in to comment.