Updated snort to v2.3.3, added debug and inline-mode options to -custom package,...
[openwrt.git] / package / linux / Config.in
index b848572..0f96c67 100644 (file)
@@ -1,3 +1,9 @@
+config BR2_PACKAGE_KMOD_DIAG
+       tristate "Router LED/Button Driver"
+       default y
+       help
+         Driver for the LEDs on Wireless Routers (diag)
+
 config BR2_PACKAGE_KMOD_BRCM_WL
        tristate "Broadcom Wireless Network Driver"
        default y
@@ -10,6 +16,12 @@ config BR2_PACKAGE_KMOD_BRCM_ET
        help
          Proprietary driver for Broadcom Ethernet chipsets
 
+config BR2_PACKAGE_KMOD_B44
+       tristate "Broadcom 44XX, 47XX ethernet driver"
+       default m
+       help
+         Free driver for Broadcom Ethernet chipsets (without switch support)
+
 config BR2_PACKAGE_KMOD_ARPT
        tristate "ARP firewalling support"
        default m
@@ -90,6 +102,13 @@ config BR2_PACKAGE_KMOD_USB_PRINTER
        default m
        depends BR2_PACKAGE_KMOD_USB_CONTROLLER
 
+config BR2_PACKAGE_KMOD_IDE
+       tristate "IDE support"
+       default m
+       help
+         Kernel modules for IDE support
+         useful for usb mass storage devices (e.g. on WL-HDD)
+
 config BR2_PACKAGE_KMOD_VFAT
        tristate "VFAT filesystem support"
        default m
@@ -97,6 +116,30 @@ config BR2_PACKAGE_KMOD_VFAT
          Kernel modules for VFAT filesystem support
          useful for usb mass storage devices
 
+config BR2_PACKAGE_KMOD_EXT2
+       tristate "EXT2 filesystem support"
+       default m
+       help
+         Kernel modules for EXT2 filesystem support
+
+config BR2_PACKAGE_KMOD_EXT3
+       tristate "EXT3 filesystem support"
+       default m
+       help
+         Kernel modules for EXT3 filesystem support
+
+config BR2_PACKAGE_KMOD_XFS
+       tristate "XFS filesystem support"
+       default m
+       help
+         Kernel modules for XFS filesystem support
+
+config BR2_PACKAGE_KMOD_HFSPLUS
+       tristate "HFS+ filesystem support"
+       default m
+       help
+         Kernel modules for HFS+ filesystem support
+
 config BR2_PACKAGE_KMOD_LP
        tristate "parallel port and lp support"
        default m
This page took 0.021589 seconds and 4 git commands to generate.