Add new kmod-pppoe package, add ppp_async.o to kmod-ppp
[10.03/openwrt.git] / package / linux / Config.in
index 1275b21..6caf8f4 100644 (file)
@@ -83,6 +83,13 @@ config BR2_PACKAGE_KMOD_MPPE
        help
          Support for Microsoft PPP Encryption/Compression
 
+config BR2_PACKAGE_KMOD_PPPOE
+       tristate "PPPoE modules"
+       default m
+       depends BR2_PACKAGE_KMOD_PPP
+       help
+         Support for PPP over Ethernet
+
 config BR2_PACKAGE_KMOD_TUN
        tristate "Universal TUN/TAP driver"
        default m