From 5cb8827be16bab7bcfc0229c3ab9e4c73d129638 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 17 Mar 2014 12:55:31 +0000 Subject: [PATCH] [coova-chilli]: add compile option to enable large limits Signed-off-by: Imre Kaloz SVN-Revision: 39932 --- net/coova-chilli/Config.in | 4 ++++ net/coova-chilli/Makefile | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net/coova-chilli/Config.in b/net/coova-chilli/Config.in index 9472662039..79171f3d89 100644 --- a/net/coova-chilli/Config.in +++ b/net/coova-chilli/Config.in @@ -23,6 +23,10 @@ config COOVACHILLI_UAMDOMAINFILE bool "Enable loading of mass uamdomains from file" default n +config COOVACHILLI_LARGELIMITS + bool "Enable larger limits for use with non-embedded systems" + default n + choice prompt "SSL library" default COOVACHILLI_NOSSL diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index ba49be9886..364bb38886 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2013 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coova-chilli PKG_VERSION:=1.3.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ap.coova.org/chilli @@ -23,6 +23,7 @@ PKG_CONFIG_DEPENDS := \ COOVACHILLI_USERAGENT \ COOVACHILLI_DNSLOG \ COOVACHILLI_UAMDOMAINFILE \ + COOVACHILLI_LARGELIMITS \ COOVACHILLI_NOSSL \ COOVACHILLI_MATRIXSSL \ COOVACHILLI_CYASSL \ @@ -61,6 +62,7 @@ define Build/Configure $(if $(CONFIG_COOVACHILLI_DNSLOG),--enable,--disable)-dnslog \ $(if $(CONFIG_COOVACHILLI_MINIPORTAL),--enable,--disable)-miniportal \ $(if $(CONFIG_COOVACHILLI_USERAGENT),--enable,--disable)-useragent \ + $(if $(CONFIG_COOVACHILLI_LARGELIMITS),--enable,--disable)-largelimits \ $(if $(CONFIG_COOVACHILLI_UAMDOMAINFILE),--enable,--disable)-uamdomainfile \ $(if $(CONFIG_COOVACHILLI_MATRIXSSL),--with,--without)-matrixssl \ $(if $(CONFIG_COOVACHILLI_CYASSL),--with,--without)-cyaxssl \ -- 2.30.2