mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
accomodate a change in msdos.ko path that appeared on 2.6.28
SVN-Revision: 14273
This commit is contained in:
parent
24f02449ff
commit
c8c15f3b9d
@ -237,11 +237,16 @@ endef
|
||||
$(eval $(call KernelPackage,fs-nfsd))
|
||||
|
||||
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.28)),1)
|
||||
MSDOS_DIR:=fat
|
||||
endif
|
||||
MSDOS_DIR?=msdos
|
||||
|
||||
define KernelPackage/fs-msdos
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=MSDOS filesystem support
|
||||
KCONFIG:=CONFIG_MSDOS_FS
|
||||
FILES:=$(LINUX_DIR)/fs/msdos/msdos.$(LINUX_KMOD_SUFFIX)
|
||||
FILES:=$(LINUX_DIR)/fs/$(MSDOS_DIR)/msdos.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,msdos)
|
||||
$(call KernelPackage/nls/Depends)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user