diff options
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 1002c52..7ded060 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,6 +17,8 @@ CONFIG_SQUASHFS_ZSTD=y CONFIG_RASPBERRYPI_FIRMWARE=y CONFIG_RASPBERRYPI_POWER=y CONFIG_TUN=y +CONFIG_PPP=y +CONFIG_PPPOE=y "#; #[derive(Debug, Parser)] |