X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ohybridproxy%2FMakefile;h=1d968046a277a094a099c9408d480c307c0431d4;hb=f0edc676c70964d399e08bb6d32031a56b60de68;hp=7d08806e44a49f6e4b83e5c79a5a471cd77b91a1;hpb=a8313faa28b2a603fc22001a6da51a74dc957afb;p=lede-routing%2F.git diff --git a/ohybridproxy/Makefile b/ohybridproxy/Makefile index 7d08806..1d96804 100644 --- a/ohybridproxy/Makefile +++ b/ohybridproxy/Makefile @@ -7,13 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ohybridproxy -PKG_SOURCE_VERSION:=504f334e7e718ef696c208f69da35f08f75aeb6c -PKG_VERSION:=2014-02-20-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=f2ba152799c481471ddc0213b3f98b1c143d97a3 +PKG_VERSION:=2015-01-12-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/sbyx/ohybridproxy.git PKG_MAINTAINER:=Steven Barth +PKG_LICENSE:=GPL-2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) @@ -21,6 +22,9 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk +# Spammy debug builds for now +CMAKE_OPTIONS += -DL_LEVEL=7 + define Package/ohybridproxy SECTION:=net CATEGORY:=Network