From: Jo-Philipp Wich Date: Sun, 18 Mar 2012 19:49:21 +0000 (+0000) Subject: Fix the title and the description of the kmod for DS2433. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0e9402b46fa0fb110629e1fe2f145342ac378e1;p=librecmc%2Flibrecmc.git Fix the title and the description of the kmod for DS2433. 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 SVN-Revision: 30988 --- diff --git a/package/kernel/modules/w1.mk b/package/kernel/modules/w1.mk index 94bffc2ed2..e0e9e576c0 100644 --- a/package/kernel/modules/w1.mk +++ b/package/kernel/modules/w1.mk @@ -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 @@ -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))