Added firmware package

This commit is contained in:
Sebastian 2024-11-07 21:53:00 +01:00
parent 2c53327c28
commit 1f965038fc
9 changed files with 41 additions and 7 deletions

View file

@ -0,0 +1,16 @@
diff --git a/Makefile b/Makefile
index bac0711..0e17fc4 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,9 @@ RemoteCommand: Log.o RemoteCommand.o UDPSocket.o
.PHONY install:
install: all
- install -m 755 MMDVMHost /usr/local/bin/
- install -m 755 RemoteCommand /usr/local/bin/
+ mkdir -p ${out}/bin
+ install -m 755 MMDVMHost ${out}/bin/
+ install -m 755 RemoteCommand ${out}/bin/
.PHONY install-service:
install-service: install /etc/MMDVM.ini