diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 18:04:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 18:04:02 +0000 |
commit | 5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b (patch) | |
tree | fa2530220672ed03b65a445eab4bd9373de273cb /target/linux/ppc40x/patches | |
parent | ec9fd1f7a83ee2f280104931a885803a09298dc6 (diff) | |
download | upstream-5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b.tar.gz upstream-5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b.tar.bz2 upstream-5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b.zip |
ppc40x: switch to 3.2.9
SVN-Revision: 30791
Diffstat (limited to 'target/linux/ppc40x/patches')
-rw-r--r-- | target/linux/ppc40x/patches/004-magicbox.patch | 4 | ||||
-rw-r--r-- | target/linux/ppc40x/patches/005-openrb.patch | 4 | ||||
-rw-r--r-- | target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ppc40x/patches/004-magicbox.patch b/target/linux/ppc40x/patches/004-magicbox.patch index 97de79c4e1..d8eb1730d6 100644 --- a/target/linux/ppc40x/patches/004-magicbox.patch +++ b/target/linux/ppc40x/patches/004-magicbox.patch @@ -407,7 +407,7 @@ src-boot := $(src-wlib) $(src-plat) empty.c src-boot := $(addprefix $(obj)/, $(src-boot)) -@@ -198,6 +200,7 @@ image-$(CONFIG_EP405) += dtbImage.ep40 +@@ -199,6 +201,7 @@ image-$(CONFIG_EP405) += dtbImage.ep40 image-$(CONFIG_HOTFOOT) += cuImage.hotfoot image-$(CONFIG_WALNUT) += treeImage.walnut image-$(CONFIG_ACADIA) += cuImage.acadia @@ -417,7 +417,7 @@ image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig -@@ -62,6 +62,16 @@ config KILAUEA +@@ -54,6 +54,16 @@ config KILAUEA help This option enables support for the AMCC PPC405EX evaluation board. diff --git a/target/linux/ppc40x/patches/005-openrb.patch b/target/linux/ppc40x/patches/005-openrb.patch index ca998c67d5..9f1202b8ca 100644 --- a/target/linux/ppc40x/patches/005-openrb.patch +++ b/target/linux/ppc40x/patches/005-openrb.patch @@ -408,7 +408,7 @@ src-boot := $(src-wlib) $(src-plat) empty.c src-boot := $(addprefix $(obj)/, $(src-boot)) -@@ -201,6 +202,7 @@ image-$(CONFIG_HOTFOOT) += cuImage.hot +@@ -202,6 +203,7 @@ image-$(CONFIG_HOTFOOT) += cuImage.hot image-$(CONFIG_WALNUT) += treeImage.walnut image-$(CONFIG_ACADIA) += cuImage.acadia image-$(CONFIG_MAGICBOX) += cuImage.magicbox @@ -418,7 +418,7 @@ image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig -@@ -72,6 +72,16 @@ config MAGICBOX +@@ -64,6 +64,16 @@ config MAGICBOX help This option enables support for the Magicbox boards. diff --git a/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch b/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch index c296a12063..0b4bb0d3de 100644 --- a/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch +++ b/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch @@ -19,7 +19,7 @@ depends on CPU_CAVIUM_OCTEON --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile -@@ -80,6 +80,7 @@ obj-$(CONFIG_PATA_AT91) += pata_at91.o +@@ -81,6 +81,7 @@ obj-$(CONFIG_PATA_AT91) += pata_at91.o obj-$(CONFIG_PATA_CMD640_PCI) += pata_cmd640.o obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o obj-$(CONFIG_PATA_IXP4XX_CF) += pata_ixp4xx_cf.o |