package/kernel: remove trailing whitespaces from *.mk files

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35691 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos
2013-02-20 09:41:48 +00:00
parent 5e4f2cdfcc
commit b80aa55594
7 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ FS_MENU:=Filesystems
define KernelPackage/fs-autofs4
SUBMENU:=$(FS_MENU)
TITLE:=AUTOFS4 filesystem support
KCONFIG:=CONFIG_AUTOFS4_FS
KCONFIG:=CONFIG_AUTOFS4_FS
FILES:=$(LINUX_DIR)/fs/autofs4/autofs4.ko
AUTOLOAD:=$(call AutoLoad,30,autofs4)
endef