diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-25 23:41:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-25 23:41:07 +0000 |
commit | b62d62a3c401de0140f029918730d8bf40cf395f (patch) | |
tree | baf69ed3120f249c7b18b0dc72e1324e55539ca8 /target/linux/rdc-2.6/patches | |
parent | 336885694424dcaa837fd54c515bb74f4d4aa409 (diff) | |
download | upstream-b62d62a3c401de0140f029918730d8bf40cf395f.tar.gz upstream-b62d62a3c401de0140f029918730d8bf40cf395f.tar.bz2 upstream-b62d62a3c401de0140f029918730d8bf40cf395f.zip |
Update rdc to .21, mark it as broken
SVN-Revision: 7335
Diffstat (limited to 'target/linux/rdc-2.6/patches')
-rw-r--r-- | target/linux/rdc-2.6/patches/000-rdc_fixes.patch | 13 | ||||
-rw-r--r-- | target/linux/rdc-2.6/patches/004-rdc3211_leds.patch | 14 |
2 files changed, 7 insertions, 20 deletions
diff --git a/target/linux/rdc-2.6/patches/000-rdc_fixes.patch b/target/linux/rdc-2.6/patches/000-rdc_fixes.patch index 140cde9a9b..148fc482b4 100644 --- a/target/linux/rdc-2.6/patches/000-rdc_fixes.patch +++ b/target/linux/rdc-2.6/patches/000-rdc_fixes.patch @@ -30,19 +30,6 @@ diff -urN linux-2.6.19/arch/i386/Makefile linux-2.6.19.new/arch/i386/Makefile # default subarch .h files mflags-y += -Iinclude/asm-i386/mach-default -diff -urN linux-2.6.19/arch/i386/kernel/time.c linux-2.6.19.new/arch/i386/kernel/time.c ---- linux-2.6.19/arch/i386/kernel/time.c 2006-11-29 22:57:37.000000000 +0100 -+++ linux-2.6.19.new/arch/i386/kernel/time.c 2006-12-17 17:13:10.000000000 +0100 -@@ -361,7 +361,8 @@ - static void __init hpet_time_init(void) - { - struct timespec ts; -- ts.tv_sec = get_cmos_time(); -+ /* RDC board does not have CMOS */ -+ ts.tv_sec = 0; - ts.tv_nsec = (INITIAL_JIFFIES % HZ) * (NSEC_PER_SEC / HZ); - - do_settimeofday(&ts); diff -urN linux-2.6.19/arch/i386/mach-rdc/Makefile linux-2.6.19.new/arch/i386/mach-rdc/Makefile --- linux-2.6.19/arch/i386/mach-rdc/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ linux-2.6.19.new/arch/i386/mach-rdc/Makefile 2006-12-17 17:13:33.000000000 +0100 diff --git a/target/linux/rdc-2.6/patches/004-rdc3211_leds.patch b/target/linux/rdc-2.6/patches/004-rdc3211_leds.patch index 3de3c8da55..2e704aa600 100644 --- a/target/linux/rdc-2.6/patches/004-rdc3211_leds.patch +++ b/target/linux/rdc-2.6/patches/004-rdc3211_leds.patch @@ -14,13 +14,13 @@ diff -urN linux-2.6.19.2/drivers/leds/Kconfig linux-2.6.19.2.new/drivers/leds/Kc comment "LED Triggers" config LEDS_TRIGGERS -diff -urN linux-2.6.19.2/drivers/leds/Makefile linux-2.6.19.2.new/drivers/leds/Makefile ---- linux-2.6.19.2/drivers/leds/Makefile 2007-01-10 20:10:37.000000000 +0100 -+++ linux-2.6.19.2.new/drivers/leds/Makefile 2007-04-16 22:09:55.000000000 +0200 -@@ -13,6 +13,7 @@ - obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o - obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o - obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o +diff -urN linux-2.6.21.1/drivers/leds/Makefile linux-2.6.21.1.new/drivers/leds/Makefile +--- linux-2.6.21.1/drivers/leds/Makefile 2007-04-27 23:49:26.000000000 +0200 ++++ linux-2.6.21.1.new/drivers/leds/Makefile 2007-05-25 12:19:13.000000000 +0200 +@@ -16,6 +16,7 @@ + obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o + obj-$(CONFIG_LEDS_H1940) += leds-h1940.o + obj-$(CONFIG_LEDS_COBALT) += leds-cobalt.o +obj-$(CONFIG_LEDS_RDC3211) += leds-rdc3211.o # LED Triggers |