msm8974-common: overlay: Disable BPF offload for tethering
* Such is life with 3.4 kernels. Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
This commit is contained in:
parent
33c09e88ea
commit
543134df98
@ -14,6 +14,12 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<!-- Use the BPF offload for tethering when the kernel has support. True by default.
|
||||
If the device doesn't want to support tether BPF offload, this should be false.
|
||||
Note that this setting could be overridden by device config.
|
||||
-->
|
||||
<bool translatable="false" name="config_tether_enable_bpf_offload">false</bool>
|
||||
|
||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||
USB interfaces. If the device doesn't want to support tething over USB this should
|
||||
be empty. An example would be "usb.*" -->
|
||||
|
Loading…
Reference in New Issue
Block a user