diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-07 08:35:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-07 08:35:12 +0000 |
commit | 35bfac462359020944c1fb514d153d911b00a150 (patch) | |
tree | 32ef19a09e3b4a428040bee5ef749d9f64eb7eb4 /package/kernel/modules/other.mk | |
parent | f3dd32d6fdc915f69451c33e18454a548163457f (diff) | |
download | upstream-35bfac462359020944c1fb514d153d911b00a150.tar.gz upstream-35bfac462359020944c1fb514d153d911b00a150.tar.bz2 upstream-35bfac462359020944c1fb514d153d911b00a150.zip |
add missing backslash, thanks juhosg
SVN-Revision: 15657
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
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:= \ |