From 9948080efee55075ed4ad9ce0d3cef0b1859f2fc Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Mon, 2 Oct 2017 11:38:55 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ questd ] ------------------------------------------------------------------------------- * 7964428 network: overwrite macaddress of repeated clients and tag them as repeated * 2ed8d81 Revert "remove the duplicate clients that have half mac mangled by the repeater" * 5c7f00e remove the duplicate clients that have half mac mangled by the repeater ------------------------------------------------------------------------------- commit 7964428754135891ce3a88c0ad6f8c44033dfb0e Author: Sukru Senli Date: 2017-10-02 10:25:11 +0200 network: overwrite macaddress of repeated clients and tag them as repeated Base directory -> / network.c | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------- commit 2ed8d8165fe7e7c65c052de1285f6d914755da49 Author: Sukru Senli Date: 2017-09-29 18:34:16 +0200 Revert "remove the duplicate clients that have half mac mangled by the repeater" This reverts commit 5c7f00e565a29eb2f9b3ccdc8107a5a86d0aebd4. Base directory -> / network.c | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) ------------------------------------------------------------------------------- commit 5c7f00e565a29eb2f9b3ccdc8107a5a86d0aebd4 Author: Ionut-Alex Oprea Date: 2017-09-29 15:45:51 +0200 remove the duplicate clients that have half mac mangled by the repeater Base directory -> / network.c | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- --- questd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questd/Makefile b/questd/Makefile index d0999e049..96bc9ac8e 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:=4806a53412b7368dd9b46c2c0ae3f4601dad6493 +PKG_SOURCE_VERSION:=7964428754135891ce3a88c0ad6f8c44033dfb0e PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se:/questd