[openwrt/openwrt] kenrel: kmod-rtc-pt7c4338: Remove package

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 6 08:25:05 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/ab9025769b3f99e719ac1f79c345bba98cc803e3

commit ab9025769b3f99e719ac1f79c345bba98cc803e3
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Aug 7 14:42:01 2022 +0200

    kenrel: kmod-rtc-pt7c4338: Remove package
    
    The rtc-pt7c4338.ko was never upstream under this name, the driver was
    removed from OpenWrt some years ago, remove the kmod-rtc-pt7c4338
    package too.
    
    Fixes: 74d00a8c3849 ("kernel: split patches folder up into backport, pending and hack folders")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 5ccf4dcf8864c1d940b65067d8c6f7c4e5858ae2)
---
 package/kernel/linux/modules/other.mk | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 83d998c83a..1b7e382a15 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -665,22 +665,6 @@ endef
 
 $(eval $(call KernelPackage,rtc-pcf2127))
 
-define KernelPackage/rtc-pt7c4338
-  SUBMENU:=$(OTHER_MENU)
-  TITLE:=Pericom PT7C4338 RTC support
-  DEFAULT:=m if ALL_KMODS && RTC_SUPPORT
-  DEPENDS:=+kmod-i2c-core
-  KCONFIG:=CONFIG_RTC_DRV_PT7C4338 \
-	CONFIG_RTC_CLASS=y
-  FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pt7c4338.ko
-  AUTOLOAD:=$(call AutoProbe,rtc-pt7c4338)
-endef
-
-define KernelPackage/rtc-pt7c4338/description
- Kernel module for Pericom PT7C4338 i2c RTC chip
-endef
-
-$(eval $(call KernelPackage,rtc-pt7c4338))
 
 define KernelPackage/rtc-rs5c372a
   SUBMENU:=$(OTHER_MENU)




More information about the lede-commits mailing list