From: Florian Fainelli Date: Thu, 7 May 2009 08:35:12 +0000 (+0000) Subject: [kernel] add missing backslash, thanks juhosg X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8cf3e4936742772a24eb3e23ec66ff3035c18500;p=openwrt%2Fsvn-archive%2Farchive.git [kernel] add missing backslash, thanks juhosg SVN-Revision: 15657 --- 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:= \