diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-10 21:24:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-10 21:24:46 +0000 |
commit | 6b8db9d1369d003a7a3fc404b89d5419846db483 (patch) | |
tree | 99fa26e9b70ca42382d271227c5a911b07901eca /openwrt/package/linux/Config.in | |
parent | 7bdbdcac0a03f38c27d8ff44056f7debf2191fdb (diff) |
remove msdos from vfat module, add ext2, ext3, xfs, hfsplus
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@615 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/linux/Config.in')
-rw-r--r-- | openwrt/package/linux/Config.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index b848572914..2ab006c8b8 100644 --- a/openwrt/package/linux/Config.in +++ b/openwrt/package/linux/Config.in @@ -97,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 |