mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
fix vfat.ko in 2.6.28
Signed-off-by: Jose Vasconcellos <jvasco@verizon.net> SVN-Revision: 14020
This commit is contained in:
parent
cb41a3aa45
commit
c09e052d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ define KernelPackage/fs-vfat
|
|||
CONFIG_VFAT_FS
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/fs/fat/fat.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/fs/vfat/vfat.$(LINUX_KMOD_SUFFIX)
|
||||
$(LINUX_DIR)/fs/$(if $(CONFIG_LINUX_2_6_28),fat,vfat)/vfat.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,fat vfat)
|
||||
$(call KernelPackage/nls/Depends)
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue