From 805143eba964d2d31bdd99182e524200e5be0ac5 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 7 May 2009 08:35:12 +0000 Subject: [kernel] add missing backslash, thanks juhosg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15657 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 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:= \ -- cgit v1.2.3