aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 7ded060..5843cb7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,6 +19,9 @@ CONFIG_RASPBERRYPI_POWER=y
CONFIG_TUN=y
CONFIG_PPP=y
CONFIG_PPPOE=y
+CONFIG_USB_NET_DRIVERS=y
+CONFIG_USB_RTL8150=y
+CONFIG_USB_RTL8152=y
"#;
#[derive(Debug, Parser)]