diff options
Diffstat (limited to 'system/ipheth-driver/ipheth.conf.idevicepair')
-rw-r--r-- | system/ipheth-driver/ipheth.conf.idevicepair | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/ipheth-driver/ipheth.conf.idevicepair b/system/ipheth-driver/ipheth.conf.idevicepair deleted file mode 100644 index 212dc8c3bd..0000000000 --- a/system/ipheth-driver/ipheth.conf.idevicepair +++ /dev/null @@ -1,8 +0,0 @@ -# iPhone USB Ethernet Driver -# -# This configuration forces modprobe to execute device pairing after loading -# the driver and device unpairing before removing it. - -install ipheth /sbin/modprobe --ignore-install ipheth && /usr/bin/idevicepair pair -remove ipheth /usr/bin/idevicepair unpair && /sbin/modprobe -r --ignore-remove ipheth - |