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

modules: Add kmod-w1-slave-ds2413


This patch adds support for building the ds2413 one-wire kernel module.

Signed-off-by: default avatarWouter Paesen <wouter@blue-gate.be>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43999 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 55b4904e
No related branches found
No related tags found
No related merge requests found
......@@ -174,3 +174,19 @@ define KernelPackage/w1-slave-ds2760/description
endef
$(eval $(call KernelPackage,w1-slave-ds2760))
define KernelPackage/w1-slave-ds2413
TITLE:=DS2413 2 Ch. Addressable Switch
KCONFIG:= \
CONFIG_W1_SLAVE_DS2413
FILES:=$(W1_SLAVES_DIR)/w1_ds2413.ko
AUTOLOAD:=$(call AutoProbe,w1_ds2413)
$(call AddDepends/w1)
endef
define KernelPackage/w1-slave-ds2413/description
Kernel module for 1-wire DS2413 Dual Channel Addressable Switch support
endef
$(eval $(call KernelPackage,w1-slave-ds2413))
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