Skip to content
Snippets Groups Projects
Commit db6160f6 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/connman: ensure that tun module is loaded for openvpn

parent 417db9d1
No related branches found
No related tags found
2 merge requests!33638wee3.15,!30693[3.15] community/blueman: re-add libappindicator dependency
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz> # Contributor: Jakub Jirutka <jakub@jirutka.cz>
pkgname=connman pkgname=connman
pkgver=1.40 pkgver=1.40
pkgrel=7 pkgrel=8
pkgdesc="Daemon for managing internet connections" pkgdesc="Daemon for managing internet connections"
url="https://git.kernel.org/pub/scm/network/connman/connman.git" url="https://git.kernel.org/pub/scm/network/connman/connman.git"
arch="all" arch="all"
...@@ -140,6 +140,9 @@ openvpn() { ...@@ -140,6 +140,9 @@ openvpn() {
amove usr/lib/connman/plugins-vpn/openvpn.so amove usr/lib/connman/plugins-vpn/openvpn.so
amove usr/lib/connman/scripts/openvpn-script amove usr/lib/connman/scripts/openvpn-script
echo 'tun' | install -Dm644 /dev/stdin \
"$subpkgdir"/usr/lib/modules-load.d/$subpkgname.conf
} }
vpnc() { vpnc() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment