Browse Source

openconnect: updated to 7.06 and disabled MIPS16

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 10 years ago
parent
commit
00671e854d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      net/openconnect/Makefile

+ 3
- 2
net/openconnect/Makefile View File

@ -8,12 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openconnect
PKG_VERSION:=7.05
PKG_VERSION:=7.06
PKG_RELEASE:=1
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/
PKG_MD5SUM:=10cd4f61e8a11cdf793da2b0fd7a6003
PKG_MD5SUM:=80f397911e1fed43d897d99be3d5f1a1
PKG_CONFIG_DEPENDS:= \
CONFIG_OPENCONNECT_GNUTLS \


Loading…
Cancel
Save