mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
add missing rtc-lib module to rtc-core
SVN-Revision: 15648
This commit is contained in:
parent
059438dc01
commit
e389d9c59f
@ -885,11 +885,13 @@ define KernelPackage/rtc-core
|
||||
DEPENDS:=@LINUX_2_6
|
||||
KCONFIG:= \
|
||||
CONFIG_RTC_CLASS \
|
||||
CONFIG_RTC_LIB
|
||||
CONFIG_RTC_HCTOSYS=y \
|
||||
CONFIG_RTC_HCTOSYS_DEVICE=rtc0
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/rtc/rtc-core.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,rtc-core)
|
||||
$(LINUX_DIR)/drivers/rtc/rtc-core.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/rtc/rtc-lib.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,rtc-lib rtc-core)
|
||||
endef
|
||||
|
||||
define KernelPackage/rtc-core/description
|
||||
|
Loading…
Reference in New Issue
Block a user