mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-15 11:24:42 +00:00
kernel: kmod-w1-slave-ds2760: Remove package
The w1_ds2760.ko driver was merged into the ds2760_battery.ko driver. The driver was removed and this package was never build any more. This happened with kernel 4.19. Remove this unused package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7ebe1dca47
commit
5808973d14
@ -160,23 +160,6 @@ endef
|
|||||||
$(eval $(call KernelPackage,w1-slave-ds2433))
|
$(eval $(call KernelPackage,w1-slave-ds2433))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/w1-slave-ds2760
|
|
||||||
TITLE:=Dallas 2760 battery monitor chip (HP iPAQ & others)
|
|
||||||
KCONFIG:= \
|
|
||||||
CONFIG_W1_SLAVE_DS2760 \
|
|
||||||
CONFIG_W1_SLAVE_DS2433_CRC=n
|
|
||||||
FILES:=$(W1_SLAVES_DIR)/w1_ds2760.ko
|
|
||||||
AUTOLOAD:=$(call AutoProbe,w1_ds2760)
|
|
||||||
$(call AddDepends/w1)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/w1-slave-ds2760/description
|
|
||||||
Kernel module for 1-wire DS2760 battery monitor chip support
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,w1-slave-ds2760))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/w1-slave-ds2413
|
define KernelPackage/w1-slave-ds2413
|
||||||
TITLE:=DS2413 2 Ch. Addressable Switch
|
TITLE:=DS2413 2 Ch. Addressable Switch
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
Loading…
Reference in New Issue
Block a user