diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-07 19:19:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-07 19:19:14 +0000 |
commit | 4e0f549c8888baf00a7ad3e28efac87e13c8b9f5 (patch) | |
tree | 1a26ce5a26b2bd6ffbb64e53b09a744b9c51333d | |
parent | 4adc356f0343d0bc59854abaa88c76e8ddfd722c (diff) | |
download | upstream-4e0f549c8888baf00a7ad3e28efac87e13c8b9f5.tar.gz upstream-4e0f549c8888baf00a7ad3e28efac87e13c8b9f5.tar.bz2 upstream-4e0f549c8888baf00a7ad3e28efac87e13c8b9f5.zip |
add missing RTC_DEBUG symbol
SVN-Revision: 15696
-rw-r--r-- | target/linux/generic-2.6/config-2.6.21 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.21 b/target/linux/generic-2.6/config-2.6.21 index ddb549aab0..d9749c0f48 100644 --- a/target/linux/generic-2.6/config-2.6.21 +++ b/target/linux/generic-2.6/config-2.6.21 @@ -1070,6 +1070,7 @@ CONFIG_RAMFS=y # CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_RTC_CLASS is not set +# CONFIG_RTC_DEBUG is not set CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1307 is not set # CONFIG_RTC_DRV_DS1374 is not set diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index cd9298b79b..46dbdcee6f 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -1162,6 +1162,7 @@ CONFIG_RAMFS=y # CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_RTC_CLASS is not set +# CONFIG_RTC_DEBUG is not set CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1307 is not set # CONFIG_RTC_DRV_DS1374 is not set diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index 3acb84320b..f6e742fa7e 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -1231,6 +1231,7 @@ CONFIG_RAMFS=y # CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_RTC_CLASS is not set +# CONFIG_RTC_DEBUG is not set CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1307 is not set # CONFIG_RTC_DRV_DS1374 is not set diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 1ca04cc479..83d4b81abb 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -1341,6 +1341,7 @@ CONFIG_RAMFS=y # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_RT2X00 is not set # CONFIG_RTC_CLASS is not set +# CONFIG_RTC_DEBUG is not set CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1307 is not set # CONFIG_RTC_DRV_DS1374 is not set diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 1a193fb78a..2fb6610ab7 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -1413,6 +1413,7 @@ CONFIG_RAMFS=y # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_RT2X00 is not set # CONFIG_RTC_CLASS is not set +# CONFIG_RTC_DEBUG is not set # CONFIG_RTC_DRV_BQ4802 is not set CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1286 is not set |