mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
kernel: add package for atusb wpan module
This adds a new package for the kernel module of the ATUSB WPAN driver. Signed-off-by: Sebastian Meiling <s@mlng.net> [fixed SoB: and From: mismatch] Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
d1a015f8ca
commit
239b79f668
@ -68,6 +68,17 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,fakelb))
|
||||
|
||||
define KernelPackage/atusb
|
||||
SUBMENU:=$(WPAN_MENU)
|
||||
TITLE:=ATUSB transceiver driver
|
||||
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-mac802154
|
||||
KCONFIG:=CONFIG_IEEE802154_ATUSB
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ieee802154/atusb.ko
|
||||
AUTOLOAD:=$(call AutoProbe,atusb)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,atusb))
|
||||
|
||||
define KernelPackage/at86rf230
|
||||
SUBMENU:=$(WPAN_MENU)
|
||||
TITLE:=AT86RF230 transceiver driver
|
||||
|
Loading…
Reference in New Issue
Block a user