oor: fix compilation with GCC 10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-07-19 00:01:39 -07:00
parent 8fa65a8754
commit df6c468a5a
2 changed files with 28 additions and 3 deletions
+2 -3
View File
@@ -17,8 +17,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=oor
PKG_VERSION:=1.3.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_URL=https://github.com/OpenOverlayRouter/oor/releases/download/$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -58,4 +57,4 @@ define Package/oor/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/openWRT/openwrt.init.script $(1)/etc/init.d/oor
endef
$(eval $(call BuildPackage,oor))
$(eval $(call BuildPackage,oor))