mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
oor: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+2
-3
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user