projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1957d
)
Fix trailing spaces (#1041)
author
Florian Fainelli
<
[email protected]
>
Sun, 10 Dec 2006 23:25:56 +0000
(23:25 +0000)
committer
Florian Fainelli
<
[email protected]
>
Sun, 10 Dec 2006 23:25:56 +0000
(23:25 +0000)
SVN-Revision: 5755
openwrt/target/linux/linux-2.4/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/linux-2.4/Makefile
b/openwrt/target/linux/linux-2.4/Makefile
index b82b2d43ebb50500538345e4bab8fa8b5e4fb328..c07e8f4fa3f3a4df17914154f9d0088c66907790 100644
(file)
--- a/
openwrt/target/linux/linux-2.4/Makefile
+++ b/
openwrt/target/linux/linux-2.4/Makefile
@@
-209,9
+209,9
@@
$(eval $(call KMOD_template,VFAT,vfat,\
$(MODULES_DIR)/kernel/fs/vfat/vfat.o \
$(MODULES_DIR)/kernel/fs/fat/fat.o \
,CONFIG_VFAT_FS,,30,fat vfat))
-$(eval $(call KMOD_template,MSDOS,msdos,\
- $(MODULES_DIR)/kernel/fs/msdos/msdos.o \
-,CONFIG_MSDOS_FS,,30,msdos))
+$(eval $(call KMOD_template,MSDOS,msdos,\
+ $(MODULES_DIR)/kernel/fs/msdos/msdos.o \
+,CONFIG_MSDOS_FS,,30,msdos))
$(eval $(call KMOD_template,NLS_CP437,nls-cp437,\
$(MODULES_DIR)/kernel/fs/nls/nls_cp437.o \
,CONFIG_NLS_CODEPAGE_437,,40,nls_cp437.o))