mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
[package] kernel/modules: Add w1-master-ds2490 module (#8779)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25311 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bc7abc3121
commit
4878704f1a
@ -48,6 +48,20 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,w1-master-gpio))
|
||||
|
||||
define KernelPackage/w1-master-ds2490
|
||||
TITLE:=DS2490 1-wire usb bus master driver
|
||||
DEPENDS:=@USB_SUPPORT +kmod-usb-core
|
||||
KCONFIG:=CONFIG_W1_MASTER_DS2490
|
||||
FILES:=$(W1_MASTERS_DIR)/ds2490.ko
|
||||
AUTOLOAD:=$(call AutoLoad,60,ds2490)
|
||||
$(call AddDepends/w1)
|
||||
endef
|
||||
|
||||
define KernelPackage/w1-master-ds2490/description
|
||||
Kernel module for the DS2490 usb 1-wire bus master driver
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,w1-master-ds2490))
|
||||
|
||||
#
|
||||
# 1-wire slaves
|
||||
|
Loading…
Reference in New Issue
Block a user