From 89fe5115f0d41938beb1a148877d2898bfc7fced Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 31 Aug 2020 15:31:03 +0530 Subject: [PATCH] obuspa: Fix registration of routing objects --- obuspa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obuspa/Makefile b/obuspa/Makefile index 10b534c87..656bcb453 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=2.0.20 +PKG_VERSION:=2.0.21 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=2213899bfadfbea69b2d589ceda35b0c7019d0ab +PKG_SOURCE_VERSION:=25b920c13160360de16300a8d04a068feb197c50 PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/obuspa.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif