1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

Adds a kmod for the DS2431

The DS2431 is a 1 wire 1kb eeprom.

Signed-off-by: Christian Gagneraud <chris@techworks.ie>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30987 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-03-18 19:49:19 +00:00
parent a79a87ae62
commit 80c7b4465b

View File

@ -112,6 +112,19 @@ endef
$(eval $(call KernelPackage,w1-slave-smem))
define KernelPackage/w1-slave-ds2431
TITLE:=DS2431 1kb EEPROM driver
KCONFIG:= CONFIG_W1_SLAVE_DS2431
FILES:=$(W1_SLAVES_DIR)/w1_ds2431.ko
AUTOLOAD:=$(call AutoLoad,70,w1_ds2431)
$(call AddDepends/w1)
endef
define KernelPackage/w1-slave-ds2431/description
Kernel module for 1-wire 1kb EEPROM (DS2431)
endef
$(eval $(call KernelPackage,w1-slave-ds2431))
define KernelPackage/w1-slave-ds2433
TITLE:=Simple 64bit memory family implementation