From 069c3fa921673ce0b716cb26dc6dcc04165dcf82 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 14 Feb 2017 13:37:31 +0100 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ questd ] ------------------------------------------------------------------------------- * 47c5d67 wificontrol: go through arp table only * 7d93bc2 mtk: almost bullet proof autoconnect function * 7dfa71b mtk: apcli reconnect ------------------------------------------------------------------------------- commit 47c5d67522c792f2fca8a46bdcc719db8bef766e Author: Sukru Senli Date: 2017-02-14 13:37:05 +0100 wificontrol: go through arp table only Base directory -> / wificontrol.c | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) ------------------------------------------------------------------------------- commit 7d93bc2c057d004f1f90e6f85c76f650f74765d5 Author: Sukru Senli Date: 2017-02-12 14:33:37 +0100 mtk: almost bullet proof autoconnect function Base directory -> / wificontrol.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit 7dfa71b9e8aff739c14f748ed725fe9c1daa594c Author: Sukru Senli Date: 2017-02-12 14:21:40 +0100 mtk: apcli reconnect Base directory -> / wificontrol.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- --- questd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questd/Makefile b/questd/Makefile index 8496a4d8a..2716d8849 100644 --- a/questd/Makefile +++ b/questd/Makefile @@ -6,9 +6,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=questd -PKG_VERSION:=3.1.33 +PKG_VERSION:=3.1.34 -PKG_SOURCE_VERSION:=9a7864ea9625429d67e54fafda2105f855806c5e +PKG_SOURCE_VERSION:=47c5d67522c792f2fca8a46bdcc719db8bef766e PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se:/questd