1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 22:24:32 +03: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:
acinonyx 2011-02-02 18:17:04 +00:00
parent bc7abc3121
commit 4878704f1a

View File

@ -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