upgrade to 2.6.28-rc8
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Dec 2008 10:10:56 +0000 (10:10 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Dec 2008 10:10:56 +0000 (10:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13591 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.28/091-ds1672_missing_id_table.patch [deleted file]
target/linux/orion/Makefile

diff --git a/target/linux/generic-2.6/patches-2.6.28/091-ds1672_missing_id_table.patch b/target/linux/generic-2.6/patches-2.6.28/091-ds1672_missing_id_table.patch
deleted file mode 100644 (file)
index 78a160c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/rtc/rtc-ds1672.c
-+++ b/drivers/rtc/rtc-ds1672.c
-@@ -209,12 +209,18 @@ static int ds1672_probe(struct i2c_clien
-       return err;
- }
-+static struct i2c_device_id ds1672_id[] = {
-+      { "ds1672", 0 },
-+      { }
-+};
-+
- static struct i2c_driver ds1672_driver = {
-       .driver = {
-                  .name = "rtc-ds1672",
-                  },
-       .probe = &ds1672_probe,
-       .remove = &ds1672_remove,
-+      .id_table = ds1672_id,
- };
- static int __init ds1672_init(void)
index a259c54..46f6e50 100644 (file)
@@ -11,7 +11,7 @@ BOARD:=orion
 BOARDNAME:=Marvell Orion
 FEATURES:=squashfs
 
-LINUX_VERSION:=2.6.28-rc7
+LINUX_VERSION:=2.6.28-rc8
 
 include $(INCLUDE_DIR)/target.mk
 
This page took 0.024431 seconds and 4 git commands to generate.