As all supported devices have an USB otg port, we can ship it from common.mk.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- config/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index ed52556c..b85aa7b1 100644 --- a/config/common.mk +++ b/config/common.mk @@ -139,7 +139,8 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ F-DroidPrivilegedExtension \ ReplicantWallpapers \ - RepWifi + RepWifi \ + usb_networking_device.sh # Exchange support PRODUCT_PACKAGES += \ -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
