diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-09-12 21:23:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-09-12 21:23:29 +0000 |
commit | fab2e773573a8c3732e2ee307c126bd905dbe847 (patch) | |
tree | 3597444118a440df58b19425ba928dfaaeccdc19 /target | |
parent | ed008fe1e832c07e7089a461dacdf1b86b8703f9 (diff) | |
download | upstream-fab2e773573a8c3732e2ee307c126bd905dbe847.tar.gz upstream-fab2e773573a8c3732e2ee307c126bd905dbe847.tar.bz2 upstream-fab2e773573a8c3732e2ee307c126bd905dbe847.zip |
refresh 2.6.35 patches
SVN-Revision: 23034
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.35/110-gpiodev.patch | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.35/300-wl_exports.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.35/110-gpiodev.patch b/target/linux/brcm63xx/patches-2.6.35/110-gpiodev.patch index 99ee29f910..fc99f53455 100644 --- a/target/linux/brcm63xx/patches-2.6.35/110-gpiodev.patch +++ b/target/linux/brcm63xx/patches-2.6.35/110-gpiodev.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -852,6 +852,10 @@ static struct platform_device mtd_dev = +@@ -852,6 +852,10 @@ static struct platform_device mtd_dev = .num_resources = ARRAY_SIZE(mtd_resources), }; diff --git a/target/linux/brcm63xx/patches-2.6.35/300-wl_exports.patch b/target/linux/brcm63xx/patches-2.6.35/300-wl_exports.patch index d9f7547fa5..f9667b2973 100644 --- a/target/linux/brcm63xx/patches-2.6.35/300-wl_exports.patch +++ b/target/linux/brcm63xx/patches-2.6.35/300-wl_exports.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -47,6 +47,13 @@ static unsigned int mac_addr_used; +@@ -53,6 +53,13 @@ static unsigned int mac_addr_used; static struct board_info board; /* @@ -14,7 +14,7 @@ * known 6338 boards */ #ifdef CONFIG_BCM63XX_CPU_6338 -@@ -1387,6 +1394,7 @@ void __init board_prom_init(void) +@@ -1403,6 +1410,7 @@ void __init board_prom_init(void) /* extract nvram data */ memcpy(&nvram, boot_addr + BCM963XX_NVRAM_OFFSET, sizeof(nvram)); |