From: florian Date: Thu, 7 May 2009 08:35:12 +0000 (+0000) Subject: [kernel] add missing backslash, thanks juhosg X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=805143eba964d2d31bdd99182e524200e5be0ac5 [kernel] add missing backslash, thanks juhosg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15657 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 79ec19084..9ea0f1885 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:= \