diff options
| author | John Crispin <john@openwrt.org> | 2012-11-07 20:25:34 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2012-11-07 20:25:34 +0000 |
| commit | ca1fcaed5be02f18bf9c06473e3e554aa6801ab5 (patch) | |
| tree | 1abe66efe47fe9848a14f92d7b49eb0babbb9ed6 /target/linux/ramips/patches-3.6/100-mips-ralink-core.patch | |
| parent | cc826486008092661ad72a57f3715948501a6f30 (diff) | |
| download | mtk-20170518-ca1fcaed5be02f18bf9c06473e3e554aa6801ab5.zip mtk-20170518-ca1fcaed5be02f18bf9c06473e3e554aa6801ab5.tar.gz mtk-20170518-ca1fcaed5be02f18bf9c06473e3e554aa6801ab5.tar.bz2 | |
ramips: port patches to linux-3.6
Signed-off-by: Daniel Golle <dgolle@allnet.de>
create mode 100644 target/linux/ramips/patches-3.6/001-mips-add-cp0-compare-irq-function.patch
create mode 100644 target/linux/ramips/patches-3.6/010-mtd_fix_cfi_cmdset_0002_erase_status_check.patch
create mode 100644 target/linux/ramips/patches-3.6/011-mtd-cfi_cmdset_0002-force-word-write.patch
create mode 100644 target/linux/ramips/patches-3.6/100-mips-ralink-core.patch
create mode 100644 target/linux/ramips/patches-3.6/101-rt288x_serial_driver_hack.patch
create mode 100644 target/linux/ramips/patches-3.6/102-rt288x-pci-driver-hook.patch
create mode 100644 target/linux/ramips/patches-3.6/103-ethernet.patch
create mode 100644 target/linux/ramips/patches-3.6/104-ramips-watchdog-driver.patch
create mode 100644 target/linux/ramips/patches-3.6/105-ramips-spi-driver.patch
create mode 100644 target/linux/ramips/patches-3.6/105-usb_dwc_otg.patch
create mode 100644 target/linux/ramips/patches-3.6/106-rt3883-pci-support.patch
create mode 100644 target/linux/ramips/patches-3.6/200-rt3883-ehci-glue.patch
create mode 100644 target/linux/ramips/patches-3.6/201-rt3883-ohci-glue.patch
SVN-Revision: 34108
Diffstat (limited to 'target/linux/ramips/patches-3.6/100-mips-ralink-core.patch')
| -rw-r--r-- | target/linux/ramips/patches-3.6/100-mips-ralink-core.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.6/100-mips-ralink-core.patch b/target/linux/ramips/patches-3.6/100-mips-ralink-core.patch new file mode 100644 index 0000000..11982ce --- /dev/null +++ b/target/linux/ramips/patches-3.6/100-mips-ralink-core.patch @@ -0,0 +1,39 @@ +--- a/arch/mips/Kconfig ++++ b/arch/mips/Kconfig +@@ -99,6 +99,9 @@ config ATH79 + help + Support for the Atheros AR71XX/AR724X/AR913X SoCs. + ++config MIPS_RALINK ++ bool "Ralink MIPS SoC based boards" ++ + config BCM47XX + bool "Broadcom BCM47XX based boards" + select CEVT_R4K +@@ -846,6 +849,7 @@ source "arch/mips/jz4740/Kconfig" + source "arch/mips/lantiq/Kconfig" + source "arch/mips/lasat/Kconfig" + source "arch/mips/pmc-sierra/Kconfig" ++source "arch/mips/ralink/Kconfig" + source "arch/mips/powertv/Kconfig" + source "arch/mips/sgi-ip27/Kconfig" + source "arch/mips/sibyte/Kconfig" +@@ -1188,7 +1192,7 @@ config BOOT_ELF32 + + config MIPS_L1_CACHE_SHIFT + int +- default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL ++ default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL || RALINK_RT288X + default "6" if MIPS_CPU_SCACHE + default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON + default "5" +--- a/arch/mips/Kbuild.platforms ++++ b/arch/mips/Kbuild.platforms +@@ -22,6 +22,7 @@ platforms += pmc-sierra + platforms += pnx833x + platforms += pnx8550 + platforms += powertv ++platforms += ralink + platforms += rb532 + platforms += sgi-ip22 + platforms += sgi-ip27 |
