diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-29 22:40:04 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-29 22:40:04 +0100 |
commit | f77b1111e4e413b383295dc2c4afd95ae4b0b9a5 (patch) | |
tree | 5a281252f50e27cfd3bfbb32c2e6c534588bf27c /contrib | |
parent | 517ba7dadb1a05aa1f0b0950d64b87270cddbbba (diff) | |
parent | 8df4e5d2192c1425a69cac0575732a74846a99b4 (diff) |
Merge pull request #226 from nmav/openconnect
Openconnect
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 5ee13d4d4..3d2581a83 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -193,7 +193,7 @@ $(eval $(call protocol,ppp,Support for PPP/PPPoE/PPPoA/PPtP)) $(eval $(call protocol,ipv6,Support for DHCPv6/6in4/6to4/6rd/DS-Lite)) $(eval $(call protocol,3g,Support for 3G,+PACKAGE_luci-proto-3g:comgt)) $(eval $(call protocol,relay,Support for relayd pseudo bridges,+PACKAGE_luci-proto-relay:relayd)) - +$(eval $(call protocol,openconnect,Support for OpenConnect VPN,+openconnect)) ### Modules ### define module @@ -251,13 +251,15 @@ define application LUCI_BUILD_PACKAGES += luci-app-$(1) endef - $(eval $(call application,firewall,Firewall and Portforwarding application,\ +PACKAGE_luci-app-firewall:firewall)) $(eval $(call application,qos,Quality of Service configuration module,\ +PACKAGE_luci-app-qos:qos-scripts)) +$(eval $(call application,ocserv,LuCI Support for OpenConnect VPN,\ + +PACKAGE_luci-app-ocserv:ocserv certtool)) + $(eval $(call application,commands,LuCI Shell Command Module)) |