mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-08 02:07:28 +01:00
Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* 3583983 questd: strip bridge functions from port.c as they are available in bridge.c
* b04017a questd: bridge handling functions
-------------------------------------------------------------------------------
commit 3583983afdefb3941aa92d2a96b138d78f6cd704
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2018-01-03 09:26:31 +0100
questd: strip bridge functions from port.c as they are available in bridge.c
Base directory -> /
Makefile | 8 +-
port.c | 315 +--------------------------------------------------------------
port.h | 50 ----------
3 files changed, 7 insertions(+), 366 deletions(-)
-------------------------------------------------------------------------------
commit b04017ab476d4c183a5929d6b5e0a54ebf1a18a8
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2018-01-03 09:25:31 +0100
questd: bridge handling functions
Base directory -> /
bridge.c | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bridge.h | 50 ++++++++++
2 files changed, 389 insertions(+)
-------------------------------------------------------------------------------
This commit is contained in:
parent
a1fadeb5d4
commit
3170329911
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
PKG_NAME:=questd
|
||||
PKG_VERSION:=3.1.40
|
||||
|
||||
PKG_SOURCE_VERSION:=1de0a2df53413a04c2a7f8169f0dcd4fd0722599
|
||||
PKG_SOURCE_VERSION:=3583983afdefb3941aa92d2a96b138d78f6cd704
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://public.inteno.se:/questd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue