From 3d148c515c8a52f8dcb6cd6fd9e7693e0fffcafa Mon Sep 17 00:00:00 2001 From: Reidar Cederqvist Date: Wed, 17 May 2017 11:54:28 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ questd ] ------------------------------------------------------------------------------- * 30ae2f3 mediatek: fixed wl_autochannel function * 5700ea0 wificontrol: Disable and enable apclii0 interface if repeater doesn't connect in 2 min * 959f1dc wificontrol: do not allow clients to connect to repeater without uplink * 44f4efe wificontrol: break very long strings into multiple lines * ba24ba4 add wl_disassociate function * ae46c98 wificontrol: remove unsused variable need_update * 601b2b3 wificontrol: fix length of one-char string * 6179f57 wificontrol: add support for --network to wificontrol --router call ------------------------------------------------------------------------------- commit 30ae2f3313cc44c1c44d660eef76a0658ac5c34b Author: Reidar Cederqvist Date: 2017-05-17 11:41:41 +0200 mediatek: fixed wl_autochannel function Base directory -> / mediatek.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 5700ea04de13cee55ed4f74b3210995048c97005 Author: Reidar Cederqvist Date: 2017-05-17 09:27:18 +0200 wificontrol: Disable and enable apclii0 interface if repeater doesn't connect in 2 min Base directory -> / wificontrol.c | 11 +++++++++++ 1 file changed, 11 insertions(+) ------------------------------------------------------------------------------- commit 959f1dc7a2cbc37ae9fa2205d34b8146c62faf1e Author: Reidar Cederqvist Date: 2017-05-17 08:57:04 +0200 wificontrol: do not allow clients to connect to repeater without uplink to avoid loops between repeaters Base directory -> / wificontrol.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 44f4efecf72dda0026f813cca90ae355aa45e506 Author: Reidar Cederqvist Date: 2017-05-16 11:16:16 +0200 wificontrol: break very long strings into multiple lines Base directory -> / wificontrol.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------- commit ba24ba425c1e36ea01c3ca827efe9352ec5464f5 Author: Sukru Senli Date: 2017-05-16 15:06:30 +0200 add wl_disassociate function Base directory -> / broadcom.c | 7 +++++++ mediatek.c | 8 ++++++++ 2 files changed, 15 insertions(+) ------------------------------------------------------------------------------- commit ae46c985f3ae2b78072ba492a85bb908f07018fe Author: Alex Oprea Date: 2017-05-16 12:41:42 +0200 wificontrol: remove unsused variable need_update Base directory -> / wificontrol.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ------------------------------------------------------------------------------- commit 601b2b3a0c828990236a6d4809e1beaa574f8159 Author: Alex Oprea Date: 2017-05-16 12:38:52 +0200 wificontrol: fix length of one-char string Base directory -> / wificontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 6179f571aa1e974a87e0d38037cb52c56878feed Author: Reidar Cederqvist Date: 2017-05-16 11:05:03 +0200 wificontrol: add support for --network to wificontrol --router call Base directory -> / wificontrol.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- --- questd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questd/Makefile b/questd/Makefile index 8e350104c..456020f50 100644 --- a/questd/Makefile +++ b/questd/Makefile @@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=questd PKG_VERSION:=3.1.38 -PKG_SOURCE_VERSION:=85785b97a1526114ae521beacb1b302c3cb914ab +PKG_SOURCE_VERSION:=30ae2f3313cc44c1c44d660eef76a0658ac5c34b PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se:/questd