aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-13 02:57:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 02:57:59 +0000
commit85365aa0c4b6ceb3efe25ac911825902febb0281 (patch)
treebd0cb4103b2230c0bc05c887d8a6d44c423bec8b /target/linux/atheros/patches-3.18/102-ar5312_gpio.patch
parent3846aa2bb9f2e85d0ce30c017e3220511a1767b9 (diff)
downloadmaster-187ad058-85365aa0c4b6ceb3efe25ac911825902febb0281.tar.gz
master-187ad058-85365aa0c4b6ceb3efe25ac911825902febb0281.tar.bz2
master-187ad058-85365aa0c4b6ceb3efe25ac911825902febb0281.zip
atheros: v3.18: rename kernel platform to ath25
Rename platform source directory and asm includes directory. No functional changes. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.18/102-ar5312_gpio.patch')
-rw-r--r--target/linux/atheros/patches-3.18/102-ar5312_gpio.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch b/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch
index 09a2acbadd..2860c541b2 100644
--- a/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch
+++ b/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch
@@ -1,5 +1,5 @@
---- a/arch/mips/ar231x/Kconfig
-+++ b/arch/mips/ar231x/Kconfig
+--- a/arch/mips/ath25/Kconfig
++++ b/arch/mips/ath25/Kconfig
@@ -1,6 +1,7 @@
config SOC_AR5312
bool "Atheros 5312/2312+ support"
@@ -8,8 +8,8 @@
default y
config SOC_AR2315
---- a/arch/mips/ar231x/ar5312.c
-+++ b/arch/mips/ar231x/ar5312.c
+--- a/arch/mips/ath25/ar5312.c
++++ b/arch/mips/ath25/ar5312.c
@@ -192,6 +192,22 @@ static struct platform_device ar5312_phy
.num_resources = 1,
};