summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-04 13:35:55 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-04 13:35:55 +0000
commite056550af06f304bbaf1605f3787abc5b0b11552 (patch)
tree3350e421172690b9f7c942effd46a963e6cb1f3e /target/linux/au1000
parent3ca02ebf53c321202aa7c25f4bdf20b5d74ac907 (diff)
[kernel] update to 2.6.39.1
patch from Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27104 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000')
-rw-r--r--target/linux/au1000/Makefile2
-rw-r--r--target/linux/au1000/patches-2.6.39/002-openwrt_rootfs.patch2
-rw-r--r--target/linux/au1000/patches-2.6.39/003-au1000_eth_ioctl.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile
index f90116fe7..bc628728c 100644
--- a/target/linux/au1000/Makefile
+++ b/target/linux/au1000/Makefile
@@ -13,7 +13,7 @@ FEATURES:=jffs2 usb pci
SUBTARGETS=au1500 au1550
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
-LINUX_VERSION:=2.6.39
+LINUX_VERSION:=2.6.39.1
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += wpad-mini yamonenv
diff --git a/target/linux/au1000/patches-2.6.39/002-openwrt_rootfs.patch b/target/linux/au1000/patches-2.6.39/002-openwrt_rootfs.patch
index e1056e93d..7d34a314d 100644
--- a/target/linux/au1000/patches-2.6.39/002-openwrt_rootfs.patch
+++ b/target/linux/au1000/patches-2.6.39/002-openwrt_rootfs.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/alchemy/mtx-1/platform.c
+++ b/arch/mips/alchemy/mtx-1/platform.c
-@@ -90,7 +90,7 @@ static struct platform_device mtx1_gpio_
+@@ -92,7 +92,7 @@ static struct platform_device mtx1_gpio_
static struct mtd_partition mtx1_mtd_partitions[] = {
{
diff --git a/target/linux/au1000/patches-2.6.39/003-au1000_eth_ioctl.patch b/target/linux/au1000/patches-2.6.39/003-au1000_eth_ioctl.patch
index c005cbc16..1bf875417 100644
--- a/target/linux/au1000/patches-2.6.39/003-au1000_eth_ioctl.patch
+++ b/target/linux/au1000/patches-2.6.39/003-au1000_eth_ioctl.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
-@@ -995,10 +995,14 @@ static void au1000_multicast_list(struct
+@@ -993,10 +993,14 @@ static void au1000_multicast_list(struct
writel(reg, &aup->mac->control);
}