mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
remove msdos from vfat module, add ext2, ext3, xfs, hfsplus
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@615 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user