Skip to content

Commit

Permalink
Fix the title and the description of the kmod for DS2433.
Browse files Browse the repository at this point in the history
This kmod has been certainly added by copy/paste but the title and
description were not updated. Fix that.
The DS2433 is a 1 wire 4kb eeprom with CRC capability.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30988 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Mar 18, 2012
1 parent 80c7b44 commit bd23f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/kernel/modules/w1.mk
Expand Up @@ -127,7 +127,7 @@ endef
$(eval $(call KernelPackage,w1-slave-ds2431))

define KernelPackage/w1-slave-ds2433
TITLE:=Simple 64bit memory family implementation
TITLE:=DS2433 4kb EEPROM driver
KCONFIG:= \
CONFIG_W1_SLAVE_DS2433 \
CONFIG_W1_SLAVE_DS2433_CRC=n
Expand All @@ -137,7 +137,7 @@ define KernelPackage/w1-slave-ds2433
endef

define KernelPackage/w1-slave-ds2433/description
Kernel module for 1-wire simple 64bit memory rom(ds2401/ds2411/ds1990*)
Kernel module for 1-wire 4kb EEPROM (DS2433)
endef

$(eval $(call KernelPackage,w1-slave-ds2433))
Expand Down

0 comments on commit bd23f56

Please sign in to comment.