mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-15 05:23:49 -04:00
Make deb for RPI instead of tar.gz
This commit is contained in:
parent
7e9dfb5b9e
commit
c2113619e5
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ wfb_keygen: src/keygen.o
|
||||
build_rpi: clean
|
||||
docker build rpi_docker -t wifibroadcast:rpi_raspbian
|
||||
docker run -i -t --rm -v $(PWD):/build -v $(PWD):/rpxc/sysroot/build wifibroadcast:rpi_raspbian make all_bin CFLAGS=--sysroot=/rpxc/sysroot LDFLAGS="--sysroot=/rpxc/sysroot" CXX=arm-linux-gnueabihf-g++ CC=arm-linux-gnueabihf-gcc VERSION=$(VERSION) COMMIT=$(COMMIT) ARCH=arm
|
||||
make bdist ARCH=arm
|
||||
make deb ARCH=arm
|
||||
rm -f wfb_rx wfb_tx wfb_keygen src/*.o
|
||||
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user