ieee1905: Remove redundant info from ubus objects

This commit is contained in:
vdutta 2020-09-22 19:52:21 +05:30
parent ec021d54f5
commit 70442e891f

View file

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ieee1905
PKG_VERSION:=2.0.26
PKG_VERSION:=2.0.27
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=b7840dfe0b57cbdd47ec3167cbc7d2a6f9e41fd4
PKG_SOURCE_VERSION:=ffa102fa6c66f0996c7eaafc0a49abcd3488ad06
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/ieee1905.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
endif