Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/omega2-ws2811-lkm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-03-23 23:40:58 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-03-23 23:40:58 +0300
commita13fa34735a7b2a98f2dfcd629b785700f73d64d (patch)
tree655225bf2952aab9c1c212cdf9bbf1a035e972bc /Makefile
parent9826f55a224d843771e0b18b26ad6ad75913eafb (diff)
Support for multiple pins
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 58c7dcd..f4d951c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ include $(INCLUDE_DIR)/kernel.mk
# name
PKG_NAME:=ws2811
# version of what we are downloading
-PKG_VERSION:=1.0
+PKG_VERSION:=2.0
# version of this makefile
-PKG_RELEASE:=0
+PKG_RELEASE:=1
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
#PKG_BUILD_DIR:=$(TOPDIR)/$(PKG_NAME)
@@ -33,7 +33,6 @@ define Build/Compile
$(MAKE_OPTS) \
modules
cp -f $(PKG_BUILD_DIR)/$(PKG_NAME).ko ./
- #scp $(PKG_BUILD_DIR)/$(PKG_NAME).ko root@10.13.0.245:/root/
endef
$(eval $(call KernelPackage,$(PKG_NAME)))