summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
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
commit35bfac462359020944c1fb514d153d911b00a150 (patch)
tree32ef19a09e3b4a428040bee5ef749d9f64eb7eb4 /package/kernel/modules/other.mk
parentf3dd32d6fdc915f69451c33e18454a548163457f (diff)
downloadmtk-20170518-35bfac462359020944c1fb514d153d911b00a150.zip
mtk-20170518-35bfac462359020944c1fb514d153d911b00a150.tar.gz
mtk-20170518-35bfac462359020944c1fb514d153d911b00a150.tar.bz2
add missing backslash, thanks juhosg
SVN-Revision: 15657
Diffstat (limited to 'package/kernel/modules/other.mk')
-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 79ec190..9ea0f18 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:= \