mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
modules: add missing wpan fakehard driver
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45364
This commit is contained in:
parent
6d0ad03fac
commit
e20e49273b
@ -53,10 +53,26 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,mac802154))
|
$(eval $(call KernelPackage,mac802154))
|
||||||
|
|
||||||
define KernelPackage/fakelb
|
define KernelPackage/fakehard
|
||||||
SUBMENU:=$(WPAN_MENU)
|
SUBMENU:=$(WPAN_MENU)
|
||||||
TITLE:=Fake LR-WPAN driver
|
TITLE:=Fake LR-WPAN driver
|
||||||
DEPENDS:=+kmod-mac802154 @!LINUX_4.0
|
DEPENDS:=+kmod-mac802154 @!LINUX_4.0
|
||||||
|
KCONFIG:=CONFIG_IEEE802154_FAKEHARD
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/ieee802154/fakehard.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,92,fakehard)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/fakehard/description
|
||||||
|
Say Y here to enable the fake driver that can emulate a net
|
||||||
|
of several interconnected radio devices.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,fakehard))
|
||||||
|
|
||||||
|
define KernelPackage/fakelb
|
||||||
|
SUBMENU:=$(WPAN_MENU)
|
||||||
|
TITLE:=Fake LR-WPAN loopback driver
|
||||||
|
DEPENDS:=+kmod-mac802154 @!LINUX_4.0
|
||||||
KCONFIG:=CONFIG_IEEE802154_FAKELB
|
KCONFIG:=CONFIG_IEEE802154_FAKELB
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ieee802154/fakelb.ko
|
FILES:=$(LINUX_DIR)/drivers/net/ieee802154/fakelb.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,92,fakelb)
|
AUTOLOAD:=$(call AutoLoad,92,fakelb)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user