Match package config. variables with their directory names
[openwrt.git] / openwrt / package / linux / Config.in
index 6f73d97..0f96c67 100644 (file)
@@ -16,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
@@ -96,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.02658 seconds and 4 git commands to generate.