From 0da93b1d4a8b5457911451ec8df09322a1003c8b Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Fri, 9 Jun 2017 16:54:46 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ peripheral_manager ] ------------------------------------------------------------------------------- * a9e0b8e wlctl needs to have the interface as argument. ------------------------------------------------------------------------------- commit a9e0b8ea80511ef16ef71c59412bcd9b90beb7fe Author: Kenneth Johansson Date: 2017-06-09 16:54:25 +0200 wlctl needs to have the interface as argument. On systems with multiple wifi chips we need to specify what chip the led is connected to. Also fix an issue with address could only be 0-9 and we need 0-31. Base directory -> / src/wlctl_led.c | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) ------------------------------------------------------------------------------- --- peripheral_manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/Makefile b/peripheral_manager/Makefile index 0dc8e1ff7..21d975998 100644 --- a/peripheral_manager/Makefile +++ b/peripheral_manager/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager PKG_VERSION:=1.0.0 PKG_RELEASE:=1 -PKG_SOURCE_VERSION:=ff2cf8bfbd3a04731088e9f4540796696e961382 +PKG_SOURCE_VERSION:=a9e0b8ea80511ef16ef71c59412bcd9b90beb7fe PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se/peripheral_manager