add sip express router
[openwrt.git] / package / linux / Config.in
index bcb73db..6caf8f4 100644 (file)
@@ -36,6 +36,12 @@ config BR2_PACKAGE_KMOD_NFS
          Kernel modules for NFS support
          Includes lockd, nfs and sunrpc
 
+config BR2_PACKAGE_KMOD_CIFS
+       tristate "CIFS support"
+       default m
+       help
+         Kernel modules for CIFS support
+
 config BR2_PACKAGE_KMOD_USB
        tristate "USB/SCSI support"
        default m
@@ -43,6 +49,19 @@ config BR2_PACKAGE_KMOD_USB
          Kernel modules for USB/SCSI support
          Includes usb-storage and printer
 
+config BR2_PACKAGE_KMOD_VFAT
+       tristate "VFAT filesystem support"
+       default m
+       help
+         Kernel modules for VFAT filesystem support
+         useful for usb mass storage devices
+
+config BR2_PACKAGE_KMOD_LP
+       tristate "parallel port and lp support"
+       default m
+       help
+         Kernel modules for line printer and parallel port support
+
 config BR2_PACKAGE_KMOD_CRYPTO
        tristate "CryptoAPI modules"
        default m
@@ -50,13 +69,27 @@ config BR2_PACKAGE_KMOD_CRYPTO
        help
          Kernel modules for cryptographic algorithms
 
+config BR2_PACKAGE_KMOD_PPP
+       tristate "PPP support"
+       default m
+       help
+         Kernel support for PPP
+
 config BR2_PACKAGE_KMOD_MPPE
        tristate "PPP MPPE/MPPC module"
        default m
        select BR2_PACKAGE_KMOD_CRYPTO
+       depends BR2_PACKAGE_KMOD_PPP
        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.024837 seconds and 4 git commands to generate.