Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from 2.6.34-rcX to 2.6.34

SVN-Revision: 21498
This commit is contained in:
Lars-Peter Clausen 2010-05-17 22:05:07 +00:00
parent 0745a63313
commit ba30e23bbc
12 changed files with 20 additions and 19 deletions

View file

@ -26,10 +26,11 @@ endif
ifeq ($(LINUX_VERSION),2.6.33.3) ifeq ($(LINUX_VERSION),2.6.33.3)
LINUX_KERNEL_MD5SUM:=f651e9aafb2f910812257a63bcd639f2 LINUX_KERNEL_MD5SUM:=f651e9aafb2f910812257a63bcd639f2
endif endif
ifeq ($(LINUX_VERSION),2.6.34-rc5) ifeq ($(LINUX_VERSION),2.6.34)
LINUX_KERNEL_MD5SUM:=c09ea93cd4e2684ebb506866c65a4c9f LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad
endif endif
# disable the md5sum check for unknown kernel versions # disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x LINUX_KERNEL_MD5SUM?=x

View file

@ -1,6 +1,6 @@
--- a/arch/mips/Kconfig --- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig +++ b/arch/mips/Kconfig
@@ -854,6 +854,10 @@ config SYNC_R4K @@ -856,6 +856,10 @@ config SYNC_R4K
config MIPS_MACHINE config MIPS_MACHINE
def_bool n def_bool n

View file

@ -8,7 +8,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
-- --
--- a/arch/mips/Kconfig --- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig +++ b/arch/mips/Kconfig
@@ -839,6 +839,17 @@ config I8259 @@ -841,6 +841,17 @@ config I8259
config MIPS_BONITO64 config MIPS_BONITO64
bool bool
@ -70,7 +70,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
/* Control registers */ /* Control registers */
#define FPCREG_RID 0 /* $0 = revision id */ #define FPCREG_RID 0 /* $0 = revision id */
@@ -1277,7 +1277,6 @@ int fpu_emulator_cop1Handler(struct pt_r @@ -1284,7 +1284,6 @@ int fpu_emulator_cop1Handler(struct pt_r
return sig; return sig;
} }
@ -78,7 +78,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
#ifdef CONFIG_DEBUG_FS #ifdef CONFIG_DEBUG_FS
static int fpuemu_stat_get(void *data, u64 *val) static int fpuemu_stat_get(void *data, u64 *val)
@@ -1326,4 +1325,11 @@ static int __init debugfs_fpuemu(void) @@ -1333,4 +1332,11 @@ static int __init debugfs_fpuemu(void)
return 0; return 0;
} }
__initcall(debugfs_fpuemu); __initcall(debugfs_fpuemu);

View file

@ -945,7 +945,7 @@
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/stat.h> #include <linux/stat.h>
@@ -1860,7 +1863,11 @@ int dev_hard_start_xmit(struct sk_buff * @@ -1859,7 +1862,11 @@ int dev_hard_start_xmit(struct sk_buff *
int rc = NETDEV_TX_OK; int rc = NETDEV_TX_OK;
if (likely(!skb->next)) { if (likely(!skb->next)) {
@ -958,7 +958,7 @@
dev_queue_xmit_nit(skb, dev); dev_queue_xmit_nit(skb, dev);
if (netif_needs_gso(dev, skb)) { if (netif_needs_gso(dev, skb)) {
@@ -1970,8 +1977,7 @@ static inline u16 dev_cap_txqueue(struct @@ -1969,8 +1976,7 @@ static inline u16 dev_cap_txqueue(struct
return queue_index; return queue_index;
} }
@ -968,7 +968,7 @@
{ {
u16 queue_index; u16 queue_index;
struct sock *sk = skb->sk; struct sock *sk = skb->sk;
@@ -2001,6 +2007,7 @@ static struct netdev_queue *dev_pick_tx( @@ -2000,6 +2006,7 @@ static struct netdev_queue *dev_pick_tx(
skb_set_queue_mapping(skb, queue_index); skb_set_queue_mapping(skb, queue_index);
return netdev_get_tx_queue(dev, queue_index); return netdev_get_tx_queue(dev, queue_index);
} }

View file

@ -1,8 +1,8 @@
--- a/drivers/net/phy/Kconfig --- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig
@@ -88,6 +88,11 @@ config LSI_ET1011C_PHY @@ -93,6 +93,11 @@ config MICREL_PHY
---help--- ---help---
Supports the LSI ET1011C PHY. Supports the KSZ9021, VSC8201, KS8001 PHYs.
+config ADM6996_PHY +config ADM6996_PHY
+ tristate "Driver for ADM6996 switches" + tristate "Driver for ADM6996 switches"

View file

@ -1,6 +1,6 @@
--- a/drivers/net/phy/Kconfig --- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig
@@ -99,6 +99,9 @@ config ADM6996_PHY @@ -104,6 +104,9 @@ config ADM6996_PHY
---help--- ---help---
Currently supports the ADM6996F switch Currently supports the ADM6996F switch

View file

@ -1,6 +1,6 @@
--- a/drivers/net/phy/Kconfig --- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig
@@ -102,6 +102,10 @@ config ADM6996_PHY @@ -107,6 +107,10 @@ config ADM6996_PHY
config MVSWITCH_PHY config MVSWITCH_PHY
tristate "Driver for Marvell 88E6060 switches" tristate "Driver for Marvell 88E6060 switches"

View file

@ -1,6 +1,6 @@
--- a/drivers/net/phy/Kconfig --- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig
@@ -106,6 +106,10 @@ config IP175C_PHY @@ -111,6 +111,10 @@ config IP175C_PHY
tristate "Driver for IC+ IP175C/IP178C switches" tristate "Driver for IC+ IP175C/IP178C switches"
select SWCONFIG select SWCONFIG

View file

@ -1,6 +1,6 @@
--- a/drivers/net/phy/Kconfig --- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig
@@ -110,6 +110,10 @@ config AR8216_PHY @@ -115,6 +115,10 @@ config AR8216_PHY
tristate "Driver for Atheros AR8216 switches" tristate "Driver for Atheros AR8216 switches"
select SWCONFIG select SWCONFIG

View file

@ -1,6 +1,6 @@
--- a/drivers/net/phy/Kconfig --- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig
@@ -152,4 +152,29 @@ config MDIO_OCTEON @@ -157,4 +157,29 @@ config MDIO_OCTEON
If in doubt, say Y. If in doubt, say Y.

View file

@ -12,7 +12,7 @@ BOARDNAME:=Freescale MX2
FEATURES:=jffs2 FEATURES:=jffs2
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
LINUX_VERSION:=2.6.34-rc5 LINUX_VERSION:=2.6.34
DEVICE_TYPE=phone DEVICE_TYPE=phone

View file

@ -12,7 +12,7 @@ BOARDNAME:=Ingenic XBurst
FEATURES:=jffs2 targz ubifs audio FEATURES:=jffs2 targz ubifs audio
SUBTARGETS:=qi_lb60 n516 n526 SUBTARGETS:=qi_lb60 n516 n526
LINUX_VERSION:=2.6.34-rc7 LINUX_VERSION:=2.6.34
DEVICE_TYPE=other DEVICE_TYPE=other