projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb41a3a
)
fix vfat.ko in 2.6.28
author
Andy Boyett
<agb@openwrt.org>
Tue, 13 Jan 2009 05:14:56 +0000
(
05:14
+0000)
committer
Andy Boyett
<agb@openwrt.org>
Tue, 13 Jan 2009 05:14:56 +0000
(
05:14
+0000)
Signed-off-by: Jose Vasconcellos <jvasco@verizon.net>
SVN-Revision: 14020
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index a7829d52ea860d1161ae0581abf8f66cc252fa14..176fed6d4cf6c09b161a2f45b88ab6ca6a06418d 100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/modules/fs.mk
@@
-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