fix
This commit is contained in:
parent
6e280b7ffe
commit
eb49c1cfe0
3
Makefile
3
Makefile
@ -106,8 +106,7 @@ spirilink-driver:
|
||||
# Configure SpiriLink interface
|
||||
.PHONY: configure-spirilink
|
||||
configure-spirilink:
|
||||
@echo "
|
||||
Configuring SpiriLink interface as spir0..."
|
||||
@echo "Configuring SpiriLink interface as spir0..."
|
||||
spirilink_iface=$(shell lsusb | grep "0bda:a81a" | awk '{print $$2"/"$$4}' | sed 's/://'); \
|
||||
if [ -z "$$spirilink_iface" ]; then \
|
||||
echo "Error: SpiriLink interface not detected."; \
|
||||
|
Loading…
Reference in New Issue
Block a user