add sip express router
[openwrt.git] / package / linux / Config.in
index 3a77a42..6caf8f4 100644 (file)
@@ -36,11 +36,11 @@ config BR2_PACKAGE_KMOD_NFS
          Kernel modules for NFS support
          Includes lockd, nfs and sunrpc
 
-config BR2_PACKAGE_KMOD_SMBFS
-       tristate "SMB support"
+config BR2_PACKAGE_KMOD_CIFS
+       tristate "CIFS support"
        default m
        help
-         Kernel modules for SMB support
+         Kernel modules for CIFS support
 
 config BR2_PACKAGE_KMOD_USB
        tristate "USB/SCSI support"
@@ -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
This page took 0.035917 seconds and 4 git commands to generate.