aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-07 08:35:12 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-07 08:35:12 +0000
commitac006a93d1aed78cb7dbf937f4822d084a40cf28 (patch)
tree8ee97f74a623fcde00afbab70b5471a870092f8e /package/kernel
parentbaa285c07cdd7bd166a33416b39664bf5bbd7449 (diff)
downloadupstream-ac006a93d1aed78cb7dbf937f4822d084a40cf28.tar.gz
upstream-ac006a93d1aed78cb7dbf937f4822d084a40cf28.tar.bz2
upstream-ac006a93d1aed78cb7dbf937f4822d084a40cf28.zip
[kernel] add missing backslash, thanks juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15657 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
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:= \