projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a menuconfig option for enabling KALLSYMS for the kernel
[openwrt.git]
/
package
/
kernel
/
modules
/
fs.mk
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index
a7829d5
..
176fed6
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) \
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
AUTOLOAD:=$(call AutoLoad,30,fat vfat)
$(call KernelPackage/nls/Depends)
endef
This page took
0.025589 seconds
and
4
git commands to generate.