diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-04 13:35:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-04 13:35:55 +0000 |
commit | 763b58c30c60ccc3864e46cf916666766b060f23 (patch) | |
tree | d78edd4703568b04a14abcf816ce98cfaa8b8bce /target/linux/au1000 | |
parent | 3715fa33fe61c37e37c7bc49abe59a986938f3e9 (diff) | |
download | upstream-763b58c30c60ccc3864e46cf916666766b060f23.tar.gz upstream-763b58c30c60ccc3864e46cf916666766b060f23.tar.bz2 upstream-763b58c30c60ccc3864e46cf916666766b060f23.zip |
update to 2.6.39.1
patch from Peter Wagner
SVN-Revision: 27104
Diffstat (limited to 'target/linux/au1000')
-rw-r--r-- | target/linux/au1000/Makefile | 2 | ||||
-rw-r--r-- | target/linux/au1000/patches-2.6.39/002-openwrt_rootfs.patch | 2 | ||||
-rw-r--r-- | target/linux/au1000/patches-2.6.39/003-au1000_eth_ioctl.patch | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index f90116fe78..bc628728cb 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 e1056e93d9..7d34a314d6 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 c005cbc16d..1bf8754172 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); } |