diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-07 19:19:14 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-07 19:19:14 +0000 |
commit | fa8e8a47a84ad7575bfda2fcd724d8a7c9ec4bd8 (patch) | |
tree | 75033d8e18d7df18649ea8dcfe0efb2fca2e52f8 | |
parent | 36250d1f6072a5c4f59f1567bd81ee470d46d951 (diff) |
add missing RTC_DEBUG symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15696 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 ddb549aab..d9749c0f4 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 cd9298b79..46dbdcee6 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 3acb84320..f6e742fa7 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 1ca04cc47..83d4b81ab 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 1a193fb78..2fb6610ab 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 |