openconnect: drop stale config: interface
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 8 May 2017 05:06:10 +0000 (13:06 +0800)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 18 Jun 2017 11:10:34 +0000 (13:10 +0200)
It was introduced with 41f8d5465 ("openconnect: fix a couple of minor
things and add an interface option") and not needed since 4083de9d7
("openconnect: use proto_add_host_dependency")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/openconnect/Makefile
net/openconnect/files/openconnect.sh

index 311be632b10f7cc06799cd24af2dd92be101a63a..ea4f3ab4eacda2295e3b6b306ff60f612b86ffb1 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openconnect
 PKG_VERSION:=7.08
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_USE_MIPS16:=0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
index 881baccf103c4e5945a814ea0bf6019105d4a73f..4fd397894f08cc5fef7416dd37ec5b9164b6f4ee 100755 (executable)
@@ -13,7 +13,6 @@ proto_openconnect_init_config() {
        proto_config_add_string "password2"
        proto_config_add_string "token_mode"
        proto_config_add_string "token_secret"
-       proto_config_add_string "interface"
        proto_config_add_string "os"
        proto_config_add_string "csd_wrapper"
        no_device=1
@@ -23,7 +22,7 @@ proto_openconnect_init_config() {
 proto_openconnect_setup() {
        local config="$1"
 
-       json_get_vars server port username serverhash authgroup password password2 interface token_mode token_secret os csd_wrapper
+       json_get_vars server port username serverhash authgroup password password2 token_mode token_secret os csd_wrapper
 
        grep -q tun /proc/modules || insmod tun
        ifname="vpn-$config"