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 | 16844bb64b871a31f5079117b39cc1c8c60d19f4 (patch) | |
tree | b05111feb930c69d084a4c3076f24f1bd8d3aa90 /src/de/blinkt/openvpn/LaunchVPN.java | |
parent | 30ce0de312d14d856ae1e7a7b527884fc9b504ae (diff) |
- After installing Juno I need the core prefs for whatever reason
- use insmod instead of modprboe
Diffstat (limited to 'src/de/blinkt/openvpn/LaunchVPN.java')
-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"); |