diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-18 10:07:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-18 10:07:51 +0200 |
commit | 3111c344b4dc875c21cd047515f0776c9376cdfd (patch) | |
tree | a869cdc93d38d5f0cd171895f35edc15e0d77021 /src/de/blinkt/openvpn | |
parent | 8af501617d4676dae06c929a64f417d9746932ef (diff) |
- After installing Juno I need the core prefs for whatever reason
- use insmod instead of modprboe
Diffstat (limited to 'src/de/blinkt/openvpn')
-rw-r--r-- | src/de/blinkt/openvpn/LaunchVPN.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java index 32f8bcf5..a3fb0829 100644 --- a/src/de/blinkt/openvpn/LaunchVPN.java +++ b/src/de/blinkt/openvpn/LaunchVPN.java @@ -353,7 +353,7 @@ public class LaunchVPN extends ListActivity implements OnItemClickListener { boolean loadTunModule = prefs.getBoolean("loadTunModule", false); if(loadTunModule) - execeuteSUcmd("modprobe tun"); + execeuteSUcmd("insmod /system/lib/modules/tun.ko"); if(usecm9fix && !mCmfixed ) { execeuteSUcmd("chown system /dev/tun"); |