Match package config. variables with their directory names
[openwrt.git] / openwrt / package / linux / Config.in
index 2ab006c..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
This page took 0.036365 seconds and 4 git commands to generate.