diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 11:54:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 11:54:20 +0000 |
commit | 6ff3e61cf7d3d88eaa57304847d625197423012e (patch) | |
tree | ca95e5648c088907f4585d155bad0f0b4618f649 /target/linux/xburst/patches-2.6.32/052-rtc.patch | |
parent | b5bc4523087c81a5f36fdc5ecec36788ee62b9ba (diff) | |
download | upstream-6ff3e61cf7d3d88eaa57304847d625197423012e.tar.gz upstream-6ff3e61cf7d3d88eaa57304847d625197423012e.tar.bz2 upstream-6ff3e61cf7d3d88eaa57304847d625197423012e.zip |
kernel: update to 2.6.32.6
SVN-Revision: 19358
Diffstat (limited to 'target/linux/xburst/patches-2.6.32/052-rtc.patch')
-rw-r--r-- | target/linux/xburst/patches-2.6.32/052-rtc.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/xburst/patches-2.6.32/052-rtc.patch b/target/linux/xburst/patches-2.6.32/052-rtc.patch index 816028ba0d..5c9a434434 100644 --- a/target/linux/xburst/patches-2.6.32/052-rtc.patch +++ b/target/linux/xburst/patches-2.6.32/052-rtc.patch @@ -8,8 +8,6 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/052-rt drivers/rtc/Makefile | 1 + 2 files changed, 12 insertions(+), 0 deletions(-) -diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig -index 3c20dae..930bc4a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -469,6 +469,17 @@ config RTC_DRV_EFI @@ -30,11 +28,9 @@ index 3c20dae..930bc4a 100644 config RTC_DRV_STK17TA8 tristate "Simtek STK17TA8" depends on RTC_CLASS -diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile -index aa3fbd5..2153d90 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile -@@ -44,6 +44,7 @@ obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o +@@ -44,6 +44,7 @@ obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93 obj-$(CONFIG_RTC_DRV_FM3130) += rtc-fm3130.o obj-$(CONFIG_RTC_DRV_GENERIC) += rtc-generic.o obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o @@ -42,6 +38,3 @@ index aa3fbd5..2153d90 100644 obj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o obj-$(CONFIG_RTC_DRV_M41T94) += rtc-m41t94.o obj-$(CONFIG_RTC_DRV_M48T35) += rtc-m48t35.o --- -1.5.6.5 - |