From 8cf3e4936742772a24eb3e23ec66ff3035c18500 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 7 May 2009 08:35:12 +0000 Subject: [PATCH] [kernel] add missing backslash, thanks juhosg SVN-Revision: 15657 --- package/kernel/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 79ec190843..9ea0f1885d 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -885,7 +885,7 @@ define KernelPackage/rtc-core DEPENDS:=@LINUX_2_6 KCONFIG:= \ CONFIG_RTC_CLASS \ - CONFIG_RTC_LIB + CONFIG_RTC_LIB \ CONFIG_RTC_HCTOSYS=y \ CONFIG_RTC_HCTOSYS_DEVICE=rtc0 FILES:= \ -- 2.30.2