diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 18:42:39 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 18:42:39 +0000 |
commit | 6b380a70cf3044dec0fdc4a4ba4313f9534977ee (patch) | |
tree | a1ce7473c82bf364dc97c69062b6ec96312e3588 | |
parent | 32cba690184da1124f756cb43216cbaa725ab802 (diff) | |
download | upstream-6b380a70cf3044dec0fdc4a4ba4313f9534977ee.tar.gz upstream-6b380a70cf3044dec0fdc4a4ba4313f9534977ee.tar.bz2 upstream-6b380a70cf3044dec0fdc4a4ba4313f9534977ee.zip |
kernel: add missing config symbol for 3.10
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37123 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 7c6553765f..45a031ca9e 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -2565,6 +2565,7 @@ CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_RS5C372 is not set # CONFIG_RTC_DRV_RTC7301 is not set # CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX4581 is not set # CONFIG_RTC_DRV_RX8025 is not set # CONFIG_RTC_DRV_RX8581 is not set # CONFIG_RTC_DRV_S35390A is not set |