Skip to content
Snippets Groups Projects
Commit 9773582f authored by blogic's avatar blogic
Browse files

modules: add missing wpan fakehard driver


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45364 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 204f26fb
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,26 @@ endef
$(eval $(call KernelPackage,mac802154))
define KernelPackage/fakelb
define KernelPackage/fakehard
SUBMENU:=$(WPAN_MENU)
TITLE:=Fake LR-WPAN driver
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
FILES:=$(LINUX_DIR)/drivers/net/ieee802154/fakelb.ko
AUTOLOAD:=$(call AutoLoad,92,fakelb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment