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

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

SVN-Revision: 35691
v19.07.3_mercusys_ac12_duma
Gabor Juhos 11 years ago
parent 4305c6cda1
commit 330ae61b1b

@ -356,7 +356,7 @@ define KernelPackage/md-raid456/description
async_memcpy.ko
async_pq.ko
async_raid5_recov.ko
raid6_pq.ko
raid6_pq.ko
endef
$(eval $(call KernelPackage,md-raid456))

@ -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

@ -15,7 +15,7 @@ define KernelPackage/sis190
FILES:=$(LINUX_DIR)/drivers/net/ethernet/sis/sis190.ko
AUTOLOAD:=$(call AutoLoad,50,sis190)
endef
$(eval $(call KernelPackage,sis190))
define KernelPackage/skge
@ -581,7 +581,7 @@ define KernelPackage/tulip
CONFIG_DE4X5 \
CONFIG_WINBOND_840 \
CONFIG_DM9102 \
CONFIG_ULI526X
CONFIG_ULI526X
FILES:= \
$(LINUX_DIR)/drivers/net/ethernet/dec/tulip/tulip.ko \
$(LINUX_DIR)/drivers/net/ethernet/dec/tulip/de2104x.ko \

@ -553,7 +553,7 @@ define KernelPackage/nf-conntrack-netlink
endef
define KernelPackage/nf-conntrack-netlink/description
Kernel modules support for a netlink-based connection tracking
Kernel modules support for a netlink-based connection tracking
userspace interface
endef

@ -81,7 +81,7 @@ define KernelPackage/ac97
KCONFIG:=CONFIG_SND_AC97_CODEC
FILES:= \
$(LINUX_DIR)/sound/ac97_bus.ko \
$(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.ko
$(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.ko
AUTOLOAD:=$(call AutoLoad,35,ac97_bus snd-ac97-codec)
$(call AddDepends/sound)
endef
@ -121,7 +121,7 @@ endef
define KernelPackage/sound-i8x0/description
support for the integrated AC97 sound device on motherboards
with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using
with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using
the M5455 Audio Controller.
endef

@ -105,7 +105,7 @@ define KernelPackage/xen-fbdev
$(LINUX_DIR)/drivers/video/syscopyarea.ko \
$(LINUX_DIR)/drivers/video/sysfillrect.ko \
$(LINUX_DIR)/drivers/video/fb_sys_fops.ko \
$(LINUX_DIR)/drivers/video/sysimgblt.ko
$(LINUX_DIR)/drivers/video/sysimgblt.ko
AUTOLOAD:=$(call AutoLoad,07, \
fb \
syscopyarea \

@ -73,7 +73,7 @@ define KernelPackage/w1-master-ds2490
AUTOLOAD:=$(call AutoLoad,60,ds2490)
$(call AddDepends/w1)
endef
define KernelPackage/w1-master-ds2490/description
Kernel module for the DS2490 usb 1-wire bus master driver
endef

Loading…
Cancel
Save