Commit 50f368ab authored by Benoit Rat's avatar Benoit Rat Committed by Manuel Castilla

Merged in ben-191031-mergerepos (pull request #9)

Ben 191031 mergerepos
Approved-by: 's avatarManuel Castilla <manuel.castilla@sevensols.com>
parents 15db357c c6567110
coht-vic @ b4431e73
Subproject commit 44bb1e7bafdcb82eaf3ce0c89157ba359b08d18c Subproject commit b4431e739bbc5a4ed1701ab7f4a372fbb4f33cf8
This diff is collapsed.
Subproject commit cf911ce26c101943edd5b0c6db360dc563147051 Subproject commit eea7bfc82e4cb3554d4343d93dfa75773d7b2fc2
From 670756fc4c7e62442b43b745239a8a5d7cc03e8e Mon Sep 17 00:00:00 2001
From: Miguel Jimenez Lopez <miguel.jimenez@sevensols.com>
Date: Thu, 12 Sep 2019 09:46:27 +0200
Subject: [PATCH 4/4] Makefile: Add an installation rule.
---
drivers/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/Makefile b/drivers/Makefile
index fbda688..8982385 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -9,6 +9,8 @@ VERSION = $(shell git describe --always --dirty --long --tags)
all: modules
modules:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) DRV_VERSION="$(VERSION)"
+install modules_install:
+ $(MAKE) -C $(LINUX) M=$(shell /bin/pwd) DRV_VERSION="$(VERSION)" modules_install
clean:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) clean
--
2.17.1
...@@ -294,7 +294,7 @@ exit 0 ...@@ -294,7 +294,7 @@ exit 0
# setup script dir # setup script dir
scriptdir=$(cd $(dirname $0); pwd) scriptdir=$(cd $(dirname $0); pwd)
DOWNLOADDIR=${scriptdir}/../firmware DOWNLOADDIR=${scriptdir}/../firmware
PKGURL="https://drive.google.com/uc?export=download&id=1ihH73-YVrRDhWcYa9-4kkqepvl3xrRGk 39843e9cb12182dfe741fb3b26ac6ea5" PKGURL="https://ohwr.org/project/wr-starting-kit/wikis/uploads/b63d12f90cd0dbb89b78587603fdcfe6/wr-starting-kit-v3.0_bin.tar.gz"
while [ $# -gt 0 ]; do # Until you run out of parameters . . . while [ $# -gt 0 ]; do # Until you run out of parameters . . .
case "$1" in case "$1" in
......
Subproject commit a301a69e45ca608b6d20c3843d95343bb326decf Subproject commit e76f5ca3bcda171318757b603abca131712d086e
Subproject commit c26a9ff989db7d0ac0a6a4872bd0fcb81fdb29a1 Subproject commit 2ff6c419ea4a23cb9ffc043f6c03d831e81f9f2f
Subproject commit 75f5007e599c7490169a9ebf95e94617d1866f63 Subproject commit 3c9b25b8c9afff89f425f4974a361e1a0c8bed8d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment