WPAN kernel module: make atusb depends on at86rf230

This commit is contained in:
Xiangfu
2012-10-11 18:09:45 +08:00
parent 07a3c5dc14
commit f6662d1d83
+1 -1
View File
@@ -105,7 +105,7 @@ define KernelPackage/spi_atusb
KCONFIG:=CONFIG_SPI_ATUSB
DEPENDS:=+kmod-at86rf230 +kmod-usb-core
FILES:=$(LINUX_DIR)/drivers/ieee802154/spi_atusb.ko
AUTOLOAD:=$(call AutoLoad,93,spi_atusb)
AUTOLOAD:=$(call AutoLoad,93,at86rf230 spi_atusb)
endef
define KernelPackage/fakehard/description