mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
WPAN: disable AutoLoad on at86rf230, spi_atben.
at86rf230 can not auto unbind ben mmc driver
This commit is contained in:
parent
425f09dfc5
commit
b47bece78a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user