Change shfs, uniformize package makefile
[openwrt.git] / openwrt / package / linux / Config.in
index c06bcd2..2ab006c 100644 (file)
@@ -1,3 +1,15 @@
+config BR2_PACKAGE_KMOD_BRCM_WL
+       tristate "Broadcom Wireless Network Driver"
+       default y
+       help
+         Proprietary driver for Broadcom Wireless chipsets
+
+config BR2_PACKAGE_KMOD_BRCM_ET
+       tristate "Broadcom Ethernet Driver"
+       default y
+       help
+         Proprietary driver for Broadcom Ethernet chipsets
+
 config BR2_PACKAGE_KMOD_ARPT
        tristate "ARP firewalling support"
        default m
@@ -85,6 +97,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.042464 seconds and 4 git commands to generate.