mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 04:13:09 +01:00
add missing backslash, thanks juhosg
SVN-Revision: 15657
This commit is contained in:
parent
f3dd32d6fd
commit
35bfac4623
1 changed files with 1 additions and 1 deletions
|
|
@ -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:= \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue