From 2a04e7f13186e2025b072138908413bec9dce5ef Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 17 Mar 2017 14:06:48 +0100 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ questd ] ------------------------------------------------------------------------------- * ea0308a Merge remote-tracking branch 'origin/realtime-graph' into devel |\ | * 07077db graphd: renamed transmitted/received to upstream/downstream | * 44d6a6e graphd: prettified code | * ef76ecc graphd: reading rx/tx bytes as long long | * f09651a graphd: changed rx/tx_bytes to long long | * 9eae7bd graphd: added remove_node() | * fba8e7d graphd: inverted rx/tx for client_traffic command | * 6f8d867 graphd: estetic changes | * 8b53dbb realtime-graph: added graphd.c | * 2fa637e realtime-graph: added graphd to makefile * 0e06469 net.c: ip_conntracks first two columns now read by sscanf * 41272f7 mtk: get software version correctly * 7e2deb9 mtk: calculate bandwidth from rate ------------------------------------------------------------------------------- commit ea0308a1d0b2427aa3189d3a2df2fd40cc5fcceb Author: Sukru Senli Date: 2017-03-17 14:03:27 +0100 Merge remote-tracking branch 'origin/realtime-graph' into devel Base directory -> / Makefile | 8 +- graphd.c | 394 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 401 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 07077db6964b0797f811eb90ac87457033c865ec Author: Christopher Nagy Date: 2017-03-16 16:18:08 +0100 graphd: renamed transmitted/received to upstream/downstream Base directory -> / graphd.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) ------------------------------------------------------------------------------- commit 44d6a6e22a98a80f272cb43f8b19cf898ca5907b Author: Christopher Nagy Date: 2017-03-14 14:05:17 +0100 graphd: prettified code Base directory -> / graphd.c | 55 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 25 deletions(-) ------------------------------------------------------------------------------- commit ef76ecc46cb714b5817fc495bbc93936419a81e4 Author: Christopher Nagy Date: 2017-03-14 13:05:30 +0100 graphd: reading rx/tx bytes as long long Base directory -> / graphd.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ------------------------------------------------------------------------------- commit 0e06469977c9c3e2368ece637be8fe8b7568aa83 Author: Christopher Nagy Date: 2017-03-09 15:05:39 +0100 net.c: ip_conntracks first two columns now read by sscanf Base directory -> / net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit f09651a2e7e38e4f63953aa034f14fab82981dd3 Author: Christopher Nagy Date: 2017-03-10 14:29:39 +0100 graphd: changed rx/tx_bytes to long long Base directory -> / graphd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 9eae7bd0fc92e941f92c5b57b60b66d51a132014 Author: Christopher Nagy Date: 2017-03-08 18:46:59 +0100 graphd: added remove_node() Base directory -> / graphd.c | 46 +++++++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 17 deletions(-) ------------------------------------------------------------------------------- commit 41272f7f6eec28b103150c105c3049370a58e253 Author: Sukru Senli Date: 2017-03-08 17:41:16 +0100 mtk: get software version correctly Base directory -> / system.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 7e2deb9eb8a76d4b711a39bcfb9d42593bcb2d01 Author: Sukru Senli Date: 2017-03-08 17:32:21 +0100 mtk: calculate bandwidth from rate Base directory -> / mediatek.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit fba8e7d9873b695313ecb1705cd993b680f860eb Author: Christopher Nagy Date: 2017-03-06 16:12:29 +0100 graphd: inverted rx/tx for client_traffic command Base directory -> / graphd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------- commit 6f8d867b351d13a23b096da07f979371db208304 Author: Christopher Nagy Date: 2017-03-03 11:52:39 +0100 graphd: estetic changes Base directory -> / graphd.c | 107 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 56 insertions(+), 51 deletions(-) ------------------------------------------------------------------------------- commit 8b53dbb815eabbdd33e45a12e0bf16ece6bfad17 Author: Christopher Nagy Date: 2017-02-24 16:31:18 +0100 realtime-graph: added graphd.c Base directory -> / graphd.c | 371 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 371 insertions(+) ------------------------------------------------------------------------------- commit 2fa637ebaeb489d8745a7ea6ff106c6e5ec0aa49 Author: Christopher Nagy Date: 2017-02-24 16:29:54 +0100 realtime-graph: added graphd to makefile Base directory -> / Makefile | 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 c94866d83..cbdfdff00 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.35 +PKG_VERSION:=3.1.36 -PKG_SOURCE_VERSION:=c547b76a0995930ae4681c976189642ba1a248d2 +PKG_SOURCE_VERSION:=ea0308a1d0b2427aa3189d3a2df2fd40cc5fcceb PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se:/questd