diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-17 00:28:36 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-17 00:28:36 +0000 |
commit | 638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c (patch) | |
tree | bb3eeda6767ff9a56e9ddec64591ad9af6ba61aa /package/linux/Config.in | |
parent | 5f39ab0b205d7292fdfea30abf2329e48ebc7121 (diff) | |
download | upstream-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.tar.gz upstream-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.tar.bz2 upstream-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.zip |
add vfat/fat/msdos modules needed for usb mass storage devices, add lp/parport, needed for asus parallel port (untested)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@384 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/Config.in')
-rw-r--r-- | package/linux/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/linux/Config.in b/package/linux/Config.in index 99cb26f70e..599d9ec797 100644 --- a/package/linux/Config.in +++ b/package/linux/Config.in @@ -43,6 +43,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 |