aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-03-17 00:28:36 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-03-17 00:28:36 +0000
commit638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c (patch)
treebb3eeda6767ff9a56e9ddec64591ad9af6ba61aa /package/linux/Config.in
parent5f39ab0b205d7292fdfea30abf2329e48ebc7121 (diff)
downloadmaster-187ad058-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.tar.gz
master-187ad058-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.tar.bz2
master-187ad058-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.in13
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