lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a31ad62a7bce66ba390df33d4d10817854590b7f
parent 06a201079e898baebf39ccf491d72243f3e4fd7c
Author: Nicolas Thill <nico@openwrt.org>
Date:   Sat, 25 Oct 2014 09:32:17 +0200

openconnect: force rebuild when config changes

Signed-off-by: Nicolas Thill <nico@openwrt.org>

Diffstat:
Mnet/openconnect/Makefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile @@ -15,6 +15,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ PKG_MD5SUM:=7e28e23c6e281be31446e6c365f5d273 +PKG_CONFIG_DEPENDS:= \ + CONFIG_OPENCONNECT_GNUTLS \ + CONFIG_OPENCONNECT_OPENSSL \ + + include $(INCLUDE_DIR)/package.mk define Package/openconnect/config