diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-11-02 10:12:46 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-11-02 10:12:46 +0000 |
commit | 5bbc58d33fd434bcfa951302d3d54befffd24c34 (patch) | |
tree | 5448780f59511213602ed036b015cab46f31112c | |
parent | d470b39ad9b4c18ae243ac5a2afd356435558aa3 (diff) | |
download | upstream-5bbc58d33fd434bcfa951302d3d54befffd24c34.tar.gz upstream-5bbc58d33fd434bcfa951302d3d54befffd24c34.tar.bz2 upstream-5bbc58d33fd434bcfa951302d3d54befffd24c34.zip |
kernel: 3.18: fix config typo
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43150 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 8ce457fe73..2766919421 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3052,7 +3052,7 @@ CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_TEST is not set # CONFIG_RTC_DRV_V3020 is not set # CONFIG_RTC_DRV_X1205 is not set -# CONFIG_RTC_DRV_XGENE it not set +# CONFIG_RTC_DRV_XGENE is not set CONFIG_RTC_HCTOSYS=y CONFIG_RTC_HCTOSYS_DEVICE="rtc0" CONFIG_RTC_INTF_DEV=y |