diff options
Diffstat (limited to 'rro_overlays')
-rw-r--r-- | rro_overlays/TetheringOverlay/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rro_overlays/TetheringOverlay/res/values/config.xml b/rro_overlays/TetheringOverlay/res/values/config.xml index 1a0b989..b3e245e 100644 --- a/rro_overlays/TetheringOverlay/res/values/config.xml +++ b/rro_overlays/TetheringOverlay/res/values/config.xml @@ -19,6 +19,12 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- 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 tethering over USB this should be empty. An example would be "usb.*" --> |