kernel: fix kmod-usb-net-smsc95xx

smsc95xx.ko depends on crc16.ko on kernel >= 3.8
There was an additional kmod-usb-net-smsc95xx definition in the mxs
target code which conflicted with the one in the common area.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 39562
This commit is contained in:
Hauke Mehrtens
2014-02-10 20:12:13 +00:00
parent 40ad83f70d
commit f73d6f102a
2 changed files with 1 additions and 16 deletions

View File

@@ -1037,7 +1037,7 @@ define KernelPackage/usb-net-smsc95xx
KCONFIG:=CONFIG_USB_NET_SMSC95XX
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/smsc95xx.ko
AUTOLOAD:=$(call AutoProbe,smsc95xx)
$(call AddDepends/usb-net)
$(call AddDepends/usb-net, +(!LINUX_3_3&&!LINUX_3_6):kmod-lib-crc16)
endef
define KernelPackage/usb-net-smsc95xx/description