From: Florian Fainelli Date: Sun, 10 Dec 2006 23:25:56 +0000 (+0000) Subject: Fix trailing spaces (#1041) X-Git-Tag: whiterussian_0.9~45 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f3024d786994837a62bd504ebe86fcdf9d869a23;p=openwrt%2Fsvn-archive%2Fopenwrt.git Fix trailing spaces (#1041) SVN-Revision: 5755 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index b82b2d43eb..c07e8f4fa3 100644 --- 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))