From fc7ff24b110212643738fddf0d7ef50db580991e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Mar 2015 02:57:59 +0000 Subject: atheros: v3.18: rename kernel platform to ath25 Rename platform source directory and asm includes directory. No functional changes. Signed-off-by: Sergey Ryazanov SVN-Revision: 44707 --- target/linux/atheros/patches-3.18/105-ar2315_pci.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/atheros/patches-3.18/105-ar2315_pci.patch') diff --git a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch index 6835255b63..e5a8a52a8c 100644 --- a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch @@ -356,8 +356,8 @@ +{ + return 0; +} ---- a/arch/mips/ar231x/Kconfig -+++ b/arch/mips/ar231x/Kconfig +--- a/arch/mips/ath25/Kconfig ++++ b/arch/mips/ath25/Kconfig @@ -9,3 +9,10 @@ config SOC_AR2315 depends on ATH25 select GPIO_AR2315 @@ -369,8 +369,8 @@ + select HW_HAS_PCI + select PCI + default y ---- a/arch/mips/ar231x/ar2315.c -+++ b/arch/mips/ar231x/ar2315.c +--- a/arch/mips/ath25/ar2315.c ++++ b/arch/mips/ath25/ar2315.c @@ -77,6 +77,10 @@ ar2315_irq_dispatch(void) do_IRQ(AR2315_IRQ_WLAN0_INTRS); else if (pending & CAUSEF_IP4) -- cgit v1.2.3