1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 17:55:55 +02:00

WPAN: disable AutoLoad on at86rf230, spi_atben.

at86rf230 can not auto unbind ben mmc driver
This commit is contained in:
Xiangfu Liu 2011-11-07 00:19:02 +08:00
parent 7a36062c62
commit 777c13bf00

View File

@ -95,7 +95,6 @@ define KernelPackage/at86rf230
CONFIG_SPI_MASTER=y CONFIG_SPI_MASTER=y
DEPENDS:=+kmod-mac802154 DEPENDS:=+kmod-mac802154
FILES:=$(LINUX_DIR)/drivers/ieee802154/at86rf230.ko FILES:=$(LINUX_DIR)/drivers/ieee802154/at86rf230.ko
AUTOLOAD:=$(call AutoLoad,92,at86rf230)
endef endef
$(eval $(call KernelPackage,at86rf230)) $(eval $(call KernelPackage,at86rf230))
@ -121,7 +120,6 @@ define KernelPackage/spi_atben
KCONFIG:=CONFIG_SPI_ATBEN KCONFIG:=CONFIG_SPI_ATBEN
DEPENDS:=+kmod-at86rf230 @TARGET_xburst DEPENDS:=+kmod-at86rf230 @TARGET_xburst
FILES:=$(LINUX_DIR)/drivers/ieee802154/spi_atben.ko FILES:=$(LINUX_DIR)/drivers/ieee802154/spi_atben.ko
AUTOLOAD:=$(call AutoLoad,93,spi_atben)
endef endef
define KernelPackage/fakehard/description define KernelPackage/fakehard/description