From: Florian Fainelli Date: Thu, 7 May 2009 08:35:12 +0000 (+0000) Subject: add missing backslash, thanks juhosg X-Git-Tag: reboot~23690 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=35bfac462359020944c1fb514d153d911b00a150 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:= \