diff options
Diffstat (limited to 'target/linux/ramips/patches-3.8/0010-MIPS-ralink-adds-Kbuild-files.patch')
-rw-r--r-- | target/linux/ramips/patches-3.8/0010-MIPS-ralink-adds-Kbuild-files.patch | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/target/linux/ramips/patches-3.8/0010-MIPS-ralink-adds-Kbuild-files.patch b/target/linux/ramips/patches-3.8/0010-MIPS-ralink-adds-Kbuild-files.patch index 904b991..bccc3b8 100644 --- a/target/linux/ramips/patches-3.8/0010-MIPS-ralink-adds-Kbuild-files.patch +++ b/target/linux/ramips/patches-3.8/0010-MIPS-ralink-adds-Kbuild-files.patch @@ -22,8 +22,6 @@ Patchwork: http://patchwork.linux-mips.org/patch/4899/ create mode 100644 arch/mips/ralink/Platform create mode 100644 arch/mips/ralink/dts/Makefile -diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms -index 91b9d69..9a73ce6 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms @@ -22,6 +22,7 @@ platforms += pmc-sierra @@ -34,11 +32,9 @@ index 91b9d69..9a73ce6 100644 platforms += rb532 platforms += sgi-ip22 platforms += sgi-ip27 -diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig -index 8f8666c..79ad1d0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -437,6 +437,22 @@ config POWERTV +@@ -434,6 +434,22 @@ config POWERTV help This enables support for the Cisco PowerTV Platform. @@ -61,7 +57,7 @@ index 8f8666c..79ad1d0 100644 config SGI_IP22 bool "SGI IP22 (Indy/Indigo2)" select FW_ARC -@@ -849,6 +865,7 @@ source "arch/mips/lantiq/Kconfig" +@@ -846,6 +862,7 @@ source "arch/mips/lantiq/Kconfig" source "arch/mips/lasat/Kconfig" source "arch/mips/pmc-sierra/Kconfig" source "arch/mips/powertv/Kconfig" @@ -69,9 +65,6 @@ index 8f8666c..79ad1d0 100644 source "arch/mips/sgi-ip27/Kconfig" source "arch/mips/sibyte/Kconfig" source "arch/mips/txx9/Kconfig" -diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig -new file mode 100644 -index 0000000..a0b0197 --- /dev/null +++ b/arch/mips/ralink/Kconfig @@ -0,0 +1,32 @@ @@ -107,9 +100,6 @@ index 0000000..a0b0197 +endchoice + +endif -diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile -new file mode 100644 -index 0000000..939757f --- /dev/null +++ b/arch/mips/ralink/Makefile @@ -0,0 +1,15 @@ @@ -128,9 +118,6 @@ index 0000000..939757f +obj-$(CONFIG_EARLY_PRINTK) += early_printk.o + +obj-y += dts/ -diff --git a/arch/mips/ralink/Platform b/arch/mips/ralink/Platform -new file mode 100644 -index 0000000..6babd65 --- /dev/null +++ b/arch/mips/ralink/Platform @@ -0,0 +1,10 @@ @@ -144,13 +131,7 @@ index 0000000..6babd65 +# Ralink RT305x +# +load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 -diff --git a/arch/mips/ralink/dts/Makefile b/arch/mips/ralink/dts/Makefile -new file mode 100644 -index 0000000..1a69fb3 --- /dev/null +++ b/arch/mips/ralink/dts/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_DTB_RT305X_EVAL) := rt3052_eval.dtb.o --- -1.7.10.4 - |